Files
EMS-ESP32/interface/src/components/index.ts
2025-10-19 16:24:52 +02:00

16 lines
551 B
TypeScript

// Optimized exports - use direct exports to reduce bundle size
export { default as SectionContent } from './SectionContent';
export { default as ButtonRow } from './ButtonRow';
export { default as MessageBox } from './MessageBox';
export { default as ButtonTooltip } from './ButtonTooltip';
// Re-export sub-modules
export * from './inputs';
export * from './layout';
export * from './loading';
export * from './routing';
export * from './upload';
// Specific routing exports
export { default as BlockNavigation } from './routing/BlockNavigation';