Update information page
This commit is contained in:
@@ -3,6 +3,7 @@ import HomePage from "./pages/HomePage";
|
||||
import SignUpPage from "./pages/SignUpPage";
|
||||
import SignInPage from "./pages/SignInPage";
|
||||
import SpringboardPage from "./pages/SpringboardPage";
|
||||
import ManageUserAccountPage from "./pages/ManageUserAccountPage";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -11,6 +12,10 @@ function App() {
|
||||
<Route element={<SignUpPage />} path="/signup" />
|
||||
<Route element={<SignInPage />} path="/signin" />
|
||||
<Route element={<SpringboardPage />} path="/springboard/:accessToken" />
|
||||
<Route
|
||||
element={<ManageUserAccountPage />}
|
||||
path="/manage-account/:accessToken"
|
||||
/>
|
||||
</Routes>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user