This commit is contained in:
9
frontend/src/pages/clients.astro
Normal file
9
frontend/src/pages/clients.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
export const prerender = false;
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import FleetDashboardShell from '../components/dashboard/FleetDashboardShell.jsx';
|
||||
---
|
||||
|
||||
<Layout title="Klijenti">
|
||||
<FleetDashboardShell client:load pageMode="clients" initialSection="clients" />
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user