mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fix TS import order
This commit is contained in:
parent
3008cd124d
commit
9154dbbe9b
1 changed files with 1 additions and 1 deletions
|
@ -36,12 +36,12 @@ import { PushbulletComponent } from "./notifications/pushbullet.component";
|
|||
import { PushoverComponent } from "./notifications/pushover.component";
|
||||
import { SlackComponent } from "./notifications/slack.component";
|
||||
import { TelegramComponent } from "./notifications/telegram.component";
|
||||
import { TheMovieDbComponent } from "./themoviedb/themoviedb.component";
|
||||
import { OmbiComponent } from "./ombi/ombi.component";
|
||||
import { PlexComponent } from "./plex/plex.component";
|
||||
import { RadarrComponent } from "./radarr/radarr.component";
|
||||
import { SickRageComponent } from "./sickrage/sickrage.component";
|
||||
import { SonarrComponent } from "./sonarr/sonarr.component";
|
||||
import { TheMovieDbComponent } from "./themoviedb/themoviedb.component";
|
||||
import { UpdateComponent } from "./update/update.component";
|
||||
import { UserManagementComponent } from "./usermanagement/usermanagement.component";
|
||||
import { VoteComponent } from "./vote/vote.component";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue