Files
Homarr/src/widgets/index.ts

5 lines
133 B
TypeScript
Raw Normal View History

2022-12-18 21:21:23 +01:00
import calendar from './calendar/CalendarTile';
export default { calendar };
// TODO: add exports of new IWidgetDefinitions to here