diff --git a/src/App.tsx b/src/App.tsx index b3462c0..85ede74 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,6 +14,7 @@ import useAppStore from "./store/store"; import SampleDropdown from "./components/SampleDropdown"; import FullScreenModal from "./components/FullScreenModal"; import UseShare from "./components/UseShare"; +import LearnContent from "./components/Content"; const { Content } = Layout; const { useBreakpoint } = Grid; @@ -146,8 +147,19 @@ const App = () => { } /> - } /> - } /> + + }> + {/* ❕ learning-module routes */} + } /> + } + /> + } + /> +