1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 23:40:06 +00:00

fix: remove drive component

This commit is contained in:
2022-07-20 23:53:42 +05:00
parent 7010a6a120
commit 06d7c91fc3
5 changed files with 0 additions and 387 deletions

View File

@@ -6,7 +6,6 @@ import { theme } from './theme'
import Login from './components/login'
import Header from './components/header'
import Home from './components/home'
import Drive from './containers/Drive'
import Studio from './containers/Studio'
import Settings from './containers/Settings'
@@ -36,7 +35,6 @@ function App() {
<Header />
<Routes>
<Route path="/" element={<Home />} />
<Route path="/SASjsDrive" element={<Drive />} />
<Route path="/SASjsStudio" element={<Studio />} />
<Route path="/SASjsSettings" element={<Settings />} />
<Route path="/SASjsLogon" element={<AuthCode />} />