Remove setBackground function

This commit is contained in:
danbulant 2020-02-07 22:39:49 +01:00
parent 419e1f3373
commit 98c95c0299

View file

@ -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 />