5 lines
176 B
JavaScript
5 lines
176 B
JavaScript
// Export home page sections components
|
|
export * from './AboutSection';
|
|
export * from './MainSection';
|
|
export * from './ServicesSection';
|
|
export * from './TestimoniesSection';
|