10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
---
|
|
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>
|