Project structure changes ad new files added in dashboard folders
This commit is contained in:
18
app/dashboard/finance/costinvoice/page.tsx
Normal file
18
app/dashboard/finance/costinvoice/page.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
"use client"
|
||||
|
||||
import CostInvoicePortal from "@/components/dashboard/finance/costInvoice";
|
||||
|
||||
|
||||
|
||||
|
||||
export default function CostInvoicePage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<CostInvoicePortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user