This commit is contained in:
Mitchell Magro 2025-06-23 10:04:40 +02:00
parent b85b3294c5
commit 88c5e2123e

View File

@ -1,6 +1,7 @@
'use client';
import { HomePage } from "../components/Pages/HomePage/HomePage";
import { HomePage } from "@/app/components/pages/homepage/homepage";
const DashboardPage = () => {
return (