List components #31

Open
stne3960 wants to merge 57 commits from list_item into main
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>