mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
---
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro'
|
|
import InvoiceCard from '@shared/components/cards/InvoiceCard.astro'
|
|
import HeaderActionsPrint from '@shared/components/layout/HeaderActionsPrint.astro'
|
|
---
|
|
|
|
<DefaultLayout title="Invoice" pageMenu="extra.invoice">
|
|
<HeaderActionsPrint slot="page-header-actions" />
|
|
<InvoiceCard />
|
|
</DefaultLayout>
|