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

6 lines
155 B
TypeScript

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