Text input component #30

Open
stne3960 wants to merge 26 commits from text_input 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>