24 lines
829 B
TypeScript
24 lines
829 B
TypeScript
export {
|
|
default as AdvisersSection,
|
|
AdvisersSectionSkeleton,
|
|
} from "./AdvisersSection/AdvisersSection";
|
|
export {
|
|
default as CompatibilitySection,
|
|
CompatibilitySectionSkeleton,
|
|
} from "./CompatibilitySection/CompatibilitySection";
|
|
export { default as HoroscopeSection } from "./HoroscopeSection/HoroscopeSection";
|
|
export {
|
|
default as MeditationSection,
|
|
MeditationSectionSkeleton,
|
|
} from "./MeditationSection/MeditationSection";
|
|
export {
|
|
default as NewMessagesSection,
|
|
NewMessagesSectionSkeleton,
|
|
} from "./NewMessagesSection/NewMessagesSection";
|
|
export {
|
|
default as PalmSection,
|
|
PalmSectionSkeleton,
|
|
} from "./PalmSection/PalmSection";
|
|
export { default as PortraitsSection } from "./PortraitsSection/PortraitsSection";
|
|
export { default as VideoGuidesSection } from "./VideoGuidesSection/VideoGuidesSection";
|