6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
|
|
import { DashboardShell } from '@/components/dashboard/dashboard-shell';
|
||
|
|
|
||
|
|
export default function DashboardPage() {
|
||
|
|
return <DashboardShell />;
|
||
|
|
}
|