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