mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed build #865
This commit is contained in:
parent
5ac0e4c68a
commit
1daf480b1b
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ import { LoginComponent } from './login/login.component';
|
||||||
import { LandingPageComponent } from './landingpage/landingpage.component';
|
import { LandingPageComponent } from './landingpage/landingpage.component';
|
||||||
import { UserManagementComponent } from './usermanagement/usermanagement.component';
|
import { UserManagementComponent } from './usermanagement/usermanagement.component';
|
||||||
import { PageNotFoundComponent } from './errors/not-found.component';
|
import { PageNotFoundComponent } from './errors/not-found.component';
|
||||||
import { UserModalComponent } from './usermanagement/usermodal.component';
|
|
||||||
|
|
||||||
// Services
|
// Services
|
||||||
import { SearchService } from './services/search.service';
|
import { SearchService } from './services/search.service';
|
||||||
|
@ -93,7 +92,6 @@ const routes: Routes = [
|
||||||
MovieRequestsComponent,
|
MovieRequestsComponent,
|
||||||
TvRequestsComponent,
|
TvRequestsComponent,
|
||||||
SeriesInformationComponent,
|
SeriesInformationComponent,
|
||||||
UserModalComponent,
|
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
SearchService,
|
SearchService,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue