@club-employes/utopia
Version:
🎨 Modern Vue 3 design system with multi-brand theming, design tokens, and 30+ components. Supports Club Employés & Gifteo brands with light/dark modes.
8 lines (7 loc) • 473 B
TypeScript
export { DefaultLayout } from './DefaultLayout';
export { default as Header } from './DefaultLayout/components/Header';
export { default as Menu } from './DefaultLayout/components/Menu';
export { default as MobileMenu } from './DefaultLayout/components/MobileMenu';
export { default as MobileMenuButton } from './DefaultLayout/components/MobileMenuButton';
export { default as NavItem } from './DefaultLayout/components/NavItem';
export { AuthLayout } from './AuthLayout';