Files
Homarr/src/components/modules/index.ts
Thomas "ajnart" Camlong 00751eeca5 Make discord integration a module
This allows for an error message if the docker integration fails to load
2022-07-21 11:43:43 +02:00

9 lines
209 B
TypeScript

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