Merge branch 'main' of https://github.com/mitchell131/paymentIQ
This commit is contained in:
commit
55b471584e
@ -3,7 +3,9 @@ import { GeneralHealthCard } from "../../GeneralHealthCard/GeneralHealthCard"
|
|||||||
import { TransactionsOverview } from "../../TransactionsOverview/TransactionsOverview"
|
import { TransactionsOverview } from "../../TransactionsOverview/TransactionsOverview"
|
||||||
import { TransactionsWaitingApproval } from "../../TransactionsWaitingApproval/TransactionsWaitingApproval"
|
import { TransactionsWaitingApproval } from "../../TransactionsWaitingApproval/TransactionsWaitingApproval"
|
||||||
|
|
||||||
export const HomePage = () => {
|
|
||||||
|
|
||||||
|
export const DashboardHomePage = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box sx={{ p: 2 }}>
|
<Box sx={{ p: 2 }}>
|
||||||
@ -1,11 +1,10 @@
|
|||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import { HomePage } from "@/app/components/pages/homepage/homepage";
|
import { DashboardHomePage } from "../components/Pages/DashboardHomePage/DashboardHomePage";
|
||||||
|
|
||||||
|
|
||||||
const DashboardPage = () => {
|
const DashboardPage = () => {
|
||||||
return (
|
return (
|
||||||
<HomePage />
|
<DashboardHomePage />
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user