import HomeSection from "./HomeSection.vue"; import HomeSectionContent from "./HomeSectionContent.vue"; // HomeSection.Title = HomeSectionTitle; HomeSection.Content = HomeSectionContent; export default HomeSection; export { HomeSectionContent };