From 2a61bf8dc143e82870cb3b05e357cd24ad02c8bb Mon Sep 17 00:00:00 2001 From: Edmund Date: Tue, 17 Oct 2023 23:06:17 -0700 Subject: [PATCH] finished lesson 7 --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 5a836898..8ee8e076 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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 { @@ -27,6 +28,7 @@ function App(): JSX.Element { } /> } /> } /> + } /> } /> } />