Files
d2abb304-4bf3-40c2-bf5b-d3f…/src/components/sections/footer/index.ts
2026-06-12 13:11:41 +00:00

9 lines
486 B
TypeScript

export { default as FooterBase } from './FooterBase';
export { default as FooterBaseCard } from './FooterBaseCard';
export { default as FooterBaseReveal } from './FooterBaseReveal';
export { default as FooterCard } from './FooterCard';
export { default as FooterLogoEmphasis } from './FooterLogoEmphasis';
export { default as FooterLogoReveal } from './FooterLogoReveal';
export { default as FooterMedia } from './FooterMedia';
export { default as FooterSimple } from './FooterSimple';