🚛 Move BitTorrent > Torrent + Lint

This commit is contained in:
Bjorn Lammers
2023-01-13 09:49:29 +00:00
committed by GitHub
parent cb85bf4827
commit 50a836c58b
7 changed files with 21 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ import calendar from './calendar/CalendarTile';
import dashdot from './dashDot/DashDotTile';
import usenet from './useNet/UseNetTile';
import weather from './weather/WeatherTile';
import bitTorrent from './bitTorrent/BitTorrentTile';
import torrent from './torrent/TorrentTile';
import torrentNetworkTraffic from './torrentNetworkTraffic/TorrentNetworkTrafficTile';
export default {
@@ -11,7 +11,7 @@ export default {
dashdot,
usenet,
weather,
'torrents-status': bitTorrent,
'torrents-status': torrent,
dlspeed: torrentNetworkTraffic,
date,
};