mirror of
https://github.com/danbulant/ester_os
synced 2026-07-05 11:00:56 +00:00
Remove setBackground function
This commit is contained in:
parent
419e1f3373
commit
98c95c0299
1 changed files with 0 additions and 3 deletions
|
|
@ -1,13 +1,10 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Navbar from './system/navbar';
|
import Navbar from './system/navbar';
|
||||||
import setBackground from './system/utils/background';
|
|
||||||
import Desktop from './system/desktop'
|
import Desktop from './system/desktop'
|
||||||
import Login from './system/login';
|
import Login from './system/login';
|
||||||
import '../App.css';
|
import '../App.css';
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
setBackground();
|
|
||||||
|
|
||||||
if(global.user === undefined){
|
if(global.user === undefined){
|
||||||
return (
|
return (
|
||||||
<Login />
|
<Login />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue