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