6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import DashboardEditPartyPage from '@/routes/private/parties-create/DashboardEditPartyPage';
|
|
|
|
export default function Home() {
|
|
return <DashboardEditPartyPage />;
|
|
}
|