mirror of https://github.com/Chocobozzz/PeerTube
Fix upload page
parent
71489890a8
commit
187b2e2346
|
@ -4,6 +4,7 @@ import { NgModule } from '@angular/core'
|
|||
import { SharedFormModule } from '@app/shared/shared-forms'
|
||||
import { SharedGlobalIconModule } from '@app/shared/shared-icons'
|
||||
import { SharedMainModule } from '@app/shared/shared-main'
|
||||
import { I18nPrimengCalendarService } from './i18n-primeng-calendar.service'
|
||||
import { VideoCaptionAddModalComponent } from './video-caption-add-modal.component'
|
||||
import { VideoEditComponent } from './video-edit.component'
|
||||
|
||||
|
@ -33,6 +34,8 @@ import { VideoEditComponent } from './video-edit.component'
|
|||
VideoEditComponent
|
||||
],
|
||||
|
||||
providers: []
|
||||
providers: [
|
||||
I18nPrimengCalendarService
|
||||
]
|
||||
})
|
||||
export class VideoEditModule { }
|
||||
|
|
Loading…
Reference in New Issue