Files
vexplor/frontend/components/tax-invoice/index.ts
2025-12-08 16:01:59 +09:00

5 lines
158 B
TypeScript

export { TaxInvoiceList } from "./TaxInvoiceList";
export { TaxInvoiceForm } from "./TaxInvoiceForm";
export { TaxInvoiceDetail } from "./TaxInvoiceDetail";