Query example
All checks were successful
Lint / lint (push) Successful in 14s

This commit is contained in:
Julien Valverdé
2025-03-04 01:35:52 +01:00
parent 98091d4598
commit 74cf37e3a3
3 changed files with 7 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ function Root() {
<Link to="/count">Count</Link>
<Link to="/tests">Tests</Link>
<Link to="/promise">Promise</Link>
<Link to="/query">Query</Link>
<Link to="/blank">Blank</Link>
</Flex>
</Container>