Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
import AdminEventCreate from '@/features/events/create/AdminEventCreate'
|
|
|
|
const AdminEventCreatePage = () => <AdminEventCreate />
|
|
|
|
export default AdminEventCreatePage
|