mirror of
https://github.com/danbulant/ester_os
synced 2026-06-17 21:31:09 +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 Navbar from './system/navbar';
|
||||
import setBackground from './system/utils/background';
|
||||
import Desktop from './system/desktop'
|
||||
import Login from './system/login';
|
||||
import '../App.css';
|
||||
|
||||
function App() {
|
||||
setBackground();
|
||||
|
||||
if(global.user === undefined){
|
||||
return (
|
||||
<Login />
|
||||
|
|
|
|||
Loading…
Reference in a new issue