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 };