fix naming
This commit is contained in:
parent
b85b3294c5
commit
449044eb7a
@ -3,7 +3,9 @@ import { GeneralHealthCard } from "../../GeneralHealthCard/GeneralHealthCard"
|
||||
import { TransactionsOverview } from "../../TransactionsOverview/TransactionsOverview"
|
||||
import { TransactionsWaitingApproval } from "../../TransactionsWaitingApproval/TransactionsWaitingApproval"
|
||||
|
||||
export const HomePage = () => {
|
||||
|
||||
|
||||
export const DashboardHomePage = () => {
|
||||
return (
|
||||
<>
|
||||
<Box sx={{ p: 2 }}>
|
||||
@ -1,10 +1,10 @@
|
||||
'use client';
|
||||
|
||||
import { HomePage } from "../components/Pages/HomePage/HomePage";
|
||||
import { DashboardHomePage } from "../components/Pages/DashboardHomePage/DashboardHomePage";
|
||||
|
||||
const DashboardPage = () => {
|
||||
return (
|
||||
<HomePage />
|
||||
<DashboardHomePage />
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user