Skip to content
Snippets Groups Projects
Commit 657cbd88 authored by Katarína Sieklová's avatar Katarína Sieklová
Browse files

Update App.tsx

parent e8f60c4a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -18,7 +18,7 @@ const App: FC = () => {
<Navbar />
</header>
<Routes>
<Route path="/insu-learn//" element={<HomePage />} index />
<Route path="/insu-learn" element={<HomePage />} index />
<Route path="/insu-learn/chapters" element={<Chapters />} />
<Route path="/insu-learn/intro" element={<Intro />} />
<Route path="/insu-learn/insulin" element={<Insulin />} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment