Files
Homarr/src/components/modules/index.ts
Thomas "ajnart" Camlong 64923b03d9 🎨 Fix architecture for CI
2022-05-17 22:59:02 +02:00

6 lines
129 B
TypeScript

export * from './date';
export * from './calendar';
export * from './search';
export * from './ping';
export * from './weather';