Files
Homarr/src/widgets/index.ts
2022-12-18 21:21:23 +01:00

5 lines
133 B
TypeScript

import calendar from './calendar/CalendarTile';
export default { calendar };
// TODO: add exports of new IWidgetDefinitions to here