Time fork test
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-01-11 17:51:36 +01:00
parent e1a85fbb7e
commit 8ae59bdd93
5 changed files with 65 additions and 52 deletions

View File

@@ -12,6 +12,7 @@ function Root() {
<Reffuse.Provider>
<div className="container mx-auto flex-row justify-center items-center gap-2 mb-4">
<Link to="/">Index</Link>
<Link to="/time">Time</Link>
<Link to="/count">Count</Link>
</div>