s
This commit is contained in:
parent
ad660904bb
commit
b54b87bda8
@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { DashboardHomePage } from "../features/pages/DashboardHomePage/DashboardHomePage";
|
||||
import { DashboardHomePage } from "../features/pages/dashboardHomePage/DashboardHomePage";
|
||||
|
||||
const DashboardPage = () => {
|
||||
return <DashboardHomePage />;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { DashboardHomePage } from "./features/pages/DashboardHomePage/DashboardHomePage";
|
||||
import { DashboardHomePage } from "./features/pages/dashboardHomePage/DashboardHomePage";
|
||||
|
||||
const DashboardPage = () => {
|
||||
return <DashboardHomePage />;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user