mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
✨ Removed widgets from tile definitions
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import calendar from './calendar/CalendarTile';
|
||||
|
||||
export default { calendar };
|
||||
// TODO: add exports of new IWidgetDefinitions to here
|
||||
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 };
|
||||
|
||||
Reference in New Issue
Block a user