File tree Expand file tree Collapse file tree 2 files changed +0
-210
lines changed Expand file tree Collapse file tree 2 files changed +0
-210
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import {Switch, Route} from 'react-router-dom';
33import Header from './components/Header.jsx' ;
44import Sidebar from './components/Sidebar.jsx' ;
55import Footer from './components/Footer.jsx' ;
6- import HiddenSidebar from './components/HiddenSidebar.jsx' ;
76import Socket from '../socket.js' ;
87import Index from "./components/Index" ;
98import UsersContent from "./components/UsersContent" ;
@@ -184,13 +183,6 @@ class App extends React.Component {
184183 </ Switch >
185184
186185 < Footer />
187-
188- < HiddenSidebar
189- serverStatus = { this . state . serverStatus }
190- username = { this . state . username }
191- loggedIn = { this . state . loggedIn }
192- checkLogin = { this . checkLogin }
193- />
194186 </ div >
195187 } else {
196188 resp = < div > < p > Not Logged in</ p > </ div > ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments