Skip to content

Commit

Permalink
finished lesson 7
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundYau committed Oct 18, 2023
1 parent ca9d7bc commit 2a61bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Lesson2_2 from './pages/Lesson2_2';
import Lesson3 from './pages/Lesson3';
import Lesson4 from './pages/Lesson4';
import Lesson5 from './pages/Lesson5';
import Lesson7 from './pages/Lesson7';
import PointerMotivation from './pages/PointerMotivation';

function App(): JSX.Element {
Expand All @@ -27,6 +28,7 @@ function App(): JSX.Element {
<Route path="/exercise-1" element={<Exercise1 />} />
<Route path="/lesson-4" element={<Lesson4 />} />
<Route path="/lesson-5" element={<Lesson5 />} />
<Route path="/lesson-7" element={<Lesson7 />} />
<Route path="/lesson-10" element={<Lesson10 />} />
<Route path="*" element={<Error404 />} />
</Routes>
Expand Down

0 comments on commit 2a61bf8

Please sign in to comment.