Files
Homarr/src/widgets/index.ts

9 lines
457 B
TypeScript
Raw Normal View History

2022-12-18 21:21:23 +01:00
import calendar from './calendar/CalendarTile';
import dashDot from './dashDot/DashDotTile';
import useNet from './useNet/UseNetTile';
import clock from './clock/ClockTile';
import weather from './weather/WeatherTile';
import bitTorrent from './bitTorrent/BitTorrentTile';
import torrentNetworkTraffic from './torrentNetworkTraffic/TorrentNetworkTrafficTile';
export default { calendar, dashDot, useNet, clock, weather, bitTorrent, torrentNetworkTraffic };