Compare commits
No commits in common. "8e54fc7f2311d63ec25712b797bf847d713b9ece" and "e8e1e0e41b92ba9dd99ebb0e0352e23ea2e168bb" have entirely different histories.
8e54fc7f23
...
e8e1e0e41b
|
|
@ -9,7 +9,6 @@ import TechnicalDocs from './TechnicalDocs'
|
|||
|
||||
type ViewState = 'welcome' | 'login' | 'app' | 'admin' | 'portfolio'
|
||||
|
||||
// App entry point for GeoCrop Web
|
||||
function App() {
|
||||
const [view, setView] = useState<ViewState>('welcome')
|
||||
const [isAdmin, setIsAdmin] = useState<boolean>(localStorage.getItem('isAdmin') === 'true')
|
||||
|
|
|
|||
Loading…
Reference in New Issue