Add curator special curation flow and shared editor

This commit is contained in:
Hördle Bot
2025-12-04 12:27:08 +01:00
parent 332688d693
commit b46e9e3882
14 changed files with 808 additions and 197 deletions

View File

@@ -0,0 +1,7 @@
'use client';
import SpecialEditorPage from '@/app/admin/specials/[id]/page';
export default SpecialEditorPage;