feat: Add FAQ content management page with functionality to manage categories and items.

This commit is contained in:
pradeepkumar
2026-02-24 03:53:56 +05:30
parent a7a2f53ada
commit 79645a70bc
3 changed files with 173 additions and 5 deletions

View File

@@ -80,4 +80,7 @@ export type {
AboutTeamMember,
AboutTeamContent,
AboutCtaContent,
FaqCategoryItem,
FaqItem,
FaqContent,
} from './cms.service';