diff --git a/src/App.tsx b/src/App.tsx index e66c51b..e714610 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,8 +6,27 @@ import Glance from './pages/Glance' import Infrastructure from './pages/Infrastructure' import BookNest from './pages/BookNest' import Settings from './pages/Settings' +import Login from './pages/Login' +import Enrollment from './pages/Enrollment' +import { useAuth } from './lib/AuthContext' function App() { + const { status } = useAuth() + + if (status === 'loading') { + return ( +
Loading…
++ Add the integrations you want ArchNest to monitor. You can also do this later from Settings. +
+ + {active ? ( +