Update routing to include dashboard and login pages
cgen-623073d43ab14ba795cf81bcd19b1604
This commit is contained in:
parent
c56f088c8c
commit
c9d2370266
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ import { BrowserRouter, Routes, Route } from "react-router-dom";
|
|||
import PageTransition from "./components/PageTransition";
|
||||
import Index from "./pages/Index";
|
||||
import Onboarding from "./pages/Onboarding";
|
||||
import Dashboard from "./pages/Dashboard";
|
||||
import Login from "./pages/Login";
|
||||
import Placeholder from "./pages/Placeholder";
|
||||
import NotFound from "./pages/NotFound";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue