init
This commit is contained in:
5
src/app/[locale]/dashboard/parties/page.tsx
Normal file
5
src/app/[locale]/dashboard/parties/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import DashboardPartiesPage from '@/routes/private/parties/DashboardPartiesPage';
|
||||
|
||||
export default function Home() {
|
||||
return <DashboardPartiesPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user