refactor: extract studio data to hook

This commit is contained in:
Carlos Valente
2025-07-24 06:50:34 +02:00
committed by Carlos Valente
parent ad7f658f15
commit bea7e2bb2b
6 changed files with 89 additions and 63 deletions
+1
View File
@@ -69,6 +69,7 @@ export default function AppRouter() {
path='studio'
element={
<ViewLoader>
<ViewNavigationMenu isLockable />
<StudioClock />
</ViewLoader>
}