@rkosafo/cai.components
Version:
This package is under development and not ready for public use.
8 lines (7 loc) • 488 B
JavaScript
export { default as Footer } from './Footer.svelte';
export { default as FooterBrand } from './FooterBrand.svelte';
export { default as FooterCopyright } from './FooterCopyright.svelte';
export { default as FooterIcon } from './FooterIcon.svelte';
export { default as FooterLink } from './FooterLink.svelte';
export { default as FooterLinkGroup } from './FooterLinkGroup.svelte';
export { footer, footerBrand, footerCopyright, footerIcon, footerLinkGroup, footerLink } from './theme.js';