Add Assignment Page and Update Header; Replace Background Image
This commit is contained in:
parent
9cd6ae4ccb
commit
8eedc7ed57
8 changed files with 312 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ import HomePage from "../pages/HomePage";
|
|||
import LoginPage from "../pages/LoginPage";
|
||||
import PageCodeEditor from "../pages/CodeEditor";
|
||||
import PageNotFound from "../pages/PageNotFound";
|
||||
import AssignmentPage from "../pages/AssignmentPage";
|
||||
import Hero from "../components/Hero";
|
||||
import Navbar from "../components/Navbar";
|
||||
import Services from "../components/Services";
|
||||
|
|
@ -39,6 +40,7 @@ const AppRouter = () => {
|
|||
</ProtectedRoute>
|
||||
}
|
||||
/>
|
||||
<Route path="/assignment" element={<AssignmentPage />} />
|
||||
<Route path="*" element={<PageNotFound />} />
|
||||
</Routes>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue