UNPKG

website-session-kit

Version:

A modular and extensible session management toolkit for modern websites.

7 lines (6 loc) 480 B
export { default as HeaderSection } from './lpSections/HeaderSection'; export { default as TextHighLightSection } from './lpSections/TextHighLightSection'; export { default as IconListSection } from './lpSections/IconListSection'; export { default as ProfileSection } from './lpSections/ProfileSection'; export { default as CtaCustomSection } from './lpSections/CtaCustomSection'; export { default as CtaWithItemsAndPriceSection } from './lpSections/CtaWithItemsAndPriceSection';