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