mirror of https://github.com/Chocobozzz/PeerTube
Fix search module import
parent
3124b46904
commit
787409e64a
|
@ -1,10 +1,12 @@
|
|||
import { NgModule } from '@angular/core'
|
||||
import { SharedMainModule } from '../shared-main'
|
||||
import { SharedVideoPlaylistModule } from '../shared-video-playlist'
|
||||
import { SearchService } from './search.service'
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
SharedMainModule
|
||||
SharedMainModule,
|
||||
SharedVideoPlaylistModule
|
||||
],
|
||||
|
||||
declarations: [
|
||||
|
|
Loading…
Reference in New Issue