OCR + reportistica
This commit is contained in:
@@ -12,6 +12,7 @@ import { VirtualBoxesPage } from '@/pages/VirtualBoxes/VirtualBoxesPage'
|
||||
import { NotificationsPage } from '@/pages/Notifications/NotificationsPage'
|
||||
import { MultiTenantPage } from '@/pages/MultiTenant/MultiTenantPage'
|
||||
import { SearchPage } from '@/pages/Search/SearchPage'
|
||||
import { ReportsPage } from '@/pages/Reports/ReportsPage'
|
||||
|
||||
/**
|
||||
* Routing principale dell'applicazione PEChub.
|
||||
@@ -80,6 +81,9 @@ export default function App() {
|
||||
{/* Ricerca avanzata full-text */}
|
||||
<Route path="/search" element={<SearchPage />} />
|
||||
|
||||
{/* Dashboard e Reportistica */}
|
||||
<Route path="/reports" element={<ReportsPage />} />
|
||||
|
||||
{/* Profilo utente */}
|
||||
<Route path="/settings" element={<SettingsPage />} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user