mirror of https://github.com/Chocobozzz/PeerTube
Rename actor image edit module
parent
dbef40433f
commit
ec489ce2f7
|
@ -3,12 +3,13 @@ import { SelectButtonModule } from 'primeng/selectbutton'
|
|||
import { TableModule } from 'primeng/table'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedAbuseListModule } from '@app/shared/shared-abuse-list'
|
||||
import { SharedActorImageModule } from '@app/shared/shared-actor-image'
|
||||
import { SharedActorImageEditModule } from '@app/shared/shared-actor-image-edit'
|
||||
import { SharedFormModule } from '@app/shared/shared-forms'
|
||||
import { SharedGlobalIconModule } from '@app/shared/shared-icons'
|
||||
import { SharedMainModule } from '@app/shared/shared-main'
|
||||
import { SharedModerationModule } from '@app/shared/shared-moderation'
|
||||
import { SharedVideoCommentModule } from '@app/shared/shared-video-comment'
|
||||
import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/shared-account-avatar.module'
|
||||
import { AdminRoutingModule } from './admin-routing.module'
|
||||
import { AdminComponent } from './admin.component'
|
||||
import {
|
||||
|
@ -39,7 +40,6 @@ import { JobService, LogsComponent, LogsService, SystemComponent } from './syste
|
|||
import { DebugComponent, DebugService } from './system/debug'
|
||||
import { JobsComponent } from './system/jobs/jobs.component'
|
||||
import { UserCreateComponent, UserListComponent, UserPasswordComponent, UsersComponent, UserUpdateComponent } from './users'
|
||||
import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/shared-account-avatar.module'
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -52,7 +52,7 @@ import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/share
|
|||
SharedAbuseListModule,
|
||||
SharedVideoCommentModule,
|
||||
SharedAccountAvatarModule,
|
||||
SharedActorImageModule,
|
||||
SharedActorImageEditModule,
|
||||
|
||||
TableModule,
|
||||
SelectButtonModule,
|
||||
|
|
|
@ -3,13 +3,14 @@ import { TableModule } from 'primeng/table'
|
|||
import { DragDropModule } from '@angular/cdk/drag-drop'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedAbuseListModule } from '@app/shared/shared-abuse-list'
|
||||
import { SharedActorImageModule } from '@app/shared/shared-actor-image'
|
||||
import { SharedActorImageEditModule } from '@app/shared/shared-actor-image-edit'
|
||||
import { SharedFormModule } from '@app/shared/shared-forms'
|
||||
import { SharedGlobalIconModule } from '@app/shared/shared-icons'
|
||||
import { SharedMainModule } from '@app/shared/shared-main'
|
||||
import { SharedModerationModule } from '@app/shared/shared-moderation'
|
||||
import { SharedShareModal } from '@app/shared/shared-share-modal'
|
||||
import { SharedUserInterfaceSettingsModule } from '@app/shared/shared-user-settings'
|
||||
import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/shared-account-avatar.module'
|
||||
import { MyAccountAbusesListComponent } from './my-account-abuses/my-account-abuses-list.component'
|
||||
import { MyAccountApplicationsComponent } from './my-account-applications/my-account-applications.component'
|
||||
import { MyAccountBlocklistComponent } from './my-account-blocklist/my-account-blocklist.component'
|
||||
|
@ -23,7 +24,6 @@ import { MyAccountNotificationPreferencesComponent } from './my-account-settings
|
|||
import { MyAccountProfileComponent } from './my-account-settings/my-account-profile/my-account-profile.component'
|
||||
import { MyAccountSettingsComponent } from './my-account-settings/my-account-settings.component'
|
||||
import { MyAccountComponent } from './my-account.component'
|
||||
import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/shared-account-avatar.module'
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -41,7 +41,7 @@ import { SharedAccountAvatarModule } from '../shared/shared-account-avatar/share
|
|||
SharedAbuseListModule,
|
||||
SharedShareModal,
|
||||
SharedAccountAvatarModule,
|
||||
SharedActorImageModule
|
||||
SharedActorImageEditModule
|
||||
],
|
||||
|
||||
declarations: [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { ChartModule } from 'primeng/chart'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedActorImageModule } from '@app/shared/shared-actor-image'
|
||||
import { SharedActorImageEditModule } from '@app/shared/shared-actor-image-edit'
|
||||
import { SharedFormModule } from '@app/shared/shared-forms'
|
||||
import { SharedGlobalIconModule } from '@app/shared/shared-icons'
|
||||
import { SharedMainModule } from '@app/shared/shared-main'
|
||||
|
@ -18,7 +18,7 @@ import { MyVideoChannelsComponent } from './my-video-channels.component'
|
|||
SharedMainModule,
|
||||
SharedFormModule,
|
||||
SharedGlobalIconModule,
|
||||
SharedActorImageModule
|
||||
SharedActorImageEditModule
|
||||
],
|
||||
|
||||
declarations: [
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
export * from './shared-actor-image-edit.module'
|
|
@ -26,4 +26,4 @@ import { ActorBannerEditComponent } from './actor-banner-edit.component'
|
|||
|
||||
providers: [ ]
|
||||
})
|
||||
export class SharedActorImageModule { }
|
||||
export class SharedActorImageEditModule { }
|
|
@ -1 +0,0 @@
|
|||
export * from './shared-actor-image.module'
|
Loading…
Reference in New Issue