refactor: extract project info data to hook

This commit is contained in:
Carlos Valente
2025-07-24 07:20:43 +02:00
committed by Carlos Valente
parent c300fc18e1
commit 1ed08df198
3 changed files with 58 additions and 30 deletions
+1
View File
@@ -87,6 +87,7 @@ export default function AppRouter() {
path='info'
element={
<ViewLoader>
<ViewNavigationMenu isLockable suppressSettings />
<ProjectInfo />
</ViewLoader>
}