Audit Log
This commit is contained in:
@@ -13,6 +13,7 @@ import { NotificationsPage } from '@/pages/Notifications/NotificationsPage'
|
||||
import { MultiTenantPage } from '@/pages/MultiTenant/MultiTenantPage'
|
||||
import { SearchPage } from '@/pages/Search/SearchPage'
|
||||
import { ReportsPage } from '@/pages/Reports/ReportsPage'
|
||||
import { AuditLogPage } from '@/pages/AuditLog/AuditLogPage'
|
||||
|
||||
/**
|
||||
* Routing principale dell'applicazione PEChub.
|
||||
@@ -84,6 +85,9 @@ export default function App() {
|
||||
{/* Dashboard e Reportistica */}
|
||||
<Route path="/reports" element={<ReportsPage />} />
|
||||
|
||||
{/* Audit Log */}
|
||||
<Route path="/audit-log" element={<AuditLogPage />} />
|
||||
|
||||
{/* Profilo utente */}
|
||||
<Route path="/settings" element={<SettingsPage />} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user