1 2 3 4 5
import { Dashboard } from "@/components/Dashboard"; export default function HomePage() { return <Dashboard />; }