'use client'; import { HomePage } from "@/app/components/pages/homepage/homepage"; const DashboardPage = () => { return ( ); }; export default DashboardPage;