Files
cpost-front/src/app/[locale]/dashboard/parties/edit/[party_id]/page.tsx
azizziy c01e852a59 init
2025-05-20 17:02:10 +05:00

6 lines
168 B
TypeScript

import DashboardEditPartyPage from '@/routes/private/parties-create/DashboardEditPartyPage';
export default function Home() {
return <DashboardEditPartyPage />;
}