Rename packages
Lint / lint (push) Failing after 10s

This commit is contained in:
Julien Valverdé
2026-07-26 22:38:39 +02:00
parent ec21d49dce
commit 38320b502d
88 changed files with 763 additions and 763 deletions
+5 -1
View File
@@ -7,7 +7,7 @@ import "../index.css"
export const Route = createRootRoute({
component: Root
component: Root,
})
function Root() {
@@ -17,6 +17,10 @@ function Root() {
<Flex direction="row" justify="center" align="center" gap="2">
<Link to="/">Index</Link>
<Link to="/blank">Blank</Link>
<Link to="/async">Async</Link>
<Link to="/query">Query</Link>
<Link to="/form">Form</Link>
<Link to="/lensform">LensForm</Link>
</Flex>
</Container>