Fix upload page

pull/2898/head
Chocobozzz 2020-06-24 11:43:16 +02:00
parent 71489890a8
commit 187b2e2346
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 1 deletions

View File

@ -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 { }