🚨 Fix build warnings

This commit is contained in:
Manuel Ruwe
2023-01-07 20:24:15 +01:00
parent 42f55da4da
commit dc13efa27d
4 changed files with 17 additions and 14 deletions

View File

@@ -4,7 +4,6 @@ import { AppIntegrationType, AppType, IntegrationType } from '../../types/app';
import { AreaType } from '../../types/area';
import { CategoryType } from '../../types/category';
import { ConfigType } from '../../types/config';
import widgets from '../../widgets';
import { IBitTorrent } from '../../widgets/bitTorrent/BitTorrentTile';
import { IDashDotTile } from '../../widgets/dashDot/DashDotTile';
import { IDateWidget } from '../../widgets/date/DateTile';