refactor: extract countdown data to hook

This commit is contained in:
Carlos Valente
2025-07-24 06:17:19 +02:00
committed by Carlos Valente
parent 20ee391525
commit f23adfa45c
6 changed files with 119 additions and 82 deletions
+1
View File
@@ -51,6 +51,7 @@ export default function AppRouter() {
path='countdown'
element={
<ViewLoader>
<ViewNavigationMenu isLockable />
<Countdown />
</ViewLoader>
}