Kuratoren-Accounts und Anpassungen im Admin- und Kuratoren-Dashboard
This commit is contained in:
10
app/[locale]/curator/page.tsx
Normal file
10
app/[locale]/curator/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
'use client';
|
||||
|
||||
import CuratorPageInner from '../../curator/page';
|
||||
|
||||
export default function CuratorPage() {
|
||||
// Wrapper für die lokalisierte Route /[locale]/curator
|
||||
return <CuratorPageInner />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user