Files
004.erp.generic/frontend/src/pages/clients.astro
mariomitte 5d39e048ba
Some checks failed
ERP CI Pipeline / test (push) Has been cancelled
prvi kod za live uporabu
2026-07-09 21:21:17 +02:00

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>