Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
7 lines
201 B
TypeScript
7 lines
201 B
TypeScript
export {
|
|
CATEGORY_LANDING_CONTENT as CATEGORY_LANDINGS,
|
|
getCategoryLandingContent as getCategoryLanding,
|
|
type CategoryLandingContent,
|
|
type CategoryLandingFaq,
|
|
} from './categoryLandingContent'
|