feat: add CMS page and service to manage website content.
This commit is contained in:
@@ -59,3 +59,17 @@ export type {
|
||||
|
||||
// Upload Service
|
||||
export { uploadService } from './upload.service';
|
||||
|
||||
// CMS Service
|
||||
export { cmsService } from './cms.service';
|
||||
export type {
|
||||
CmsContentRecord,
|
||||
HeroContent,
|
||||
FeaturesContent,
|
||||
FeatureItem,
|
||||
TopProfessionalsContent,
|
||||
ProfessionalItem,
|
||||
TestimonialsContent,
|
||||
TestimonialItem,
|
||||
StatItem,
|
||||
} from './cms.service';
|
||||
|
||||
Reference in New Issue
Block a user