Promise tests
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-02-18 02:56:05 +01:00
parent bebbc1d7de
commit e83e86f8f1
4 changed files with 66 additions and 15 deletions

View File

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