6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import DashboardView from "@/components/main/dashboard/DashboardView";
|
|
|
|
export default function DashboardPage() {
|
|
return <DashboardView />;
|
|
}
|