mirror of
https://github.com/tabler/tabler.git
synced 2026-08-07 20:02:23 +04:00
d8956a06d6
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
---
|
|
// Port of preview/pages/invoice.html (layout: default)
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
|
|
import InvoiceCard from '@shared/components/cards/InvoiceCard.astro';
|
|
---
|
|
|
|
<DefaultLayout title="Invoice" pageHeader="Invoice" pageMenu="extra.invoice" actions="print">
|
|
<InvoiceCard />
|
|
</DefaultLayout>
|