List components #31

Merged
stne3960 merged 68 commits from list_item into main 2025-12-18 12:41:13 +01:00
Showing only changes of commit f2a5cd9d26 - Show all commits

View File

@ -9,7 +9,7 @@ export default function Studentportalen() {
<BrowserRouter>
<Routes>
<Route element={<Layout />}>
<Route index element={<Home />} />
<Route index element={<ComponentLibrary />} />
<Route path="components" element={<ComponentLibrary />} />
</Route>
</Routes>