mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
✨ Migrated widget modals from integration modals
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
import date from './date/DateTile';
|
||||
import calendar from './calendar/CalendarTile';
|
||||
import dashDot from './dashDot/DashDotTile';
|
||||
import useNet from './useNet/UseNetTile';
|
||||
import clock from './clock/ClockTile';
|
||||
import dashdot from './dashDot/DashDotTile';
|
||||
import usenet from './useNet/UseNetTile';
|
||||
import weather from './weather/WeatherTile';
|
||||
import bitTorrent from './bitTorrent/BitTorrentTile';
|
||||
import torrentNetworkTraffic from './torrentNetworkTraffic/TorrentNetworkTrafficTile';
|
||||
export default { calendar, dashDot, useNet, clock, weather, bitTorrent, torrentNetworkTraffic };
|
||||
export default {
|
||||
calendar,
|
||||
dashdot,
|
||||
usenet,
|
||||
weather,
|
||||
'torrents-status': bitTorrent,
|
||||
dlspeed: torrentNetworkTraffic,
|
||||
date,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user