refactor: extract timeline data to hook

This commit is contained in:
Carlos Valente
2025-07-24 07:13:29 +02:00
committed by Carlos Valente
parent bea7e2bb2b
commit c300fc18e1
6 changed files with 151 additions and 71 deletions
+1
View File
@@ -78,6 +78,7 @@ export default function AppRouter() {
path='timeline'
element={
<ViewLoader>
<ViewNavigationMenu isLockable />
<Timeline />
</ViewLoader>
}