aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-28 09:45:49 +0200
committerChocobozzz <me@florianbigard.com>2021-04-28 09:45:49 +0200
commitec489ce2f74570f94dffb62266f4ed6f18621b3e (patch)
tree615274f7c2ea9639816abbf4a5aea0ef58338bb7 /client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts
parentdbef40433f22e55ff321317b7dbe9e8e0dc616f2 (diff)
downloadPeerTube-ec489ce2f74570f94dffb62266f4ed6f18621b3e.tar.gz
PeerTube-ec489ce2f74570f94dffb62266f4ed6f18621b3e.tar.zst
PeerTube-ec489ce2f74570f94dffb62266f4ed6f18621b3e.zip
Rename actor image edit module
Diffstat (limited to 'client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts')
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts b/client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts
index 53557ca02..a23b53ee0 100644
--- a/client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts
+++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts
@@ -1,6 +1,6 @@
1import { ChartModule } from 'primeng/chart' 1import { ChartModule } from 'primeng/chart'
2import { NgModule } from '@angular/core' 2import { NgModule } from '@angular/core'
3import { SharedActorImageModule } from '@app/shared/shared-actor-image' 3import { SharedActorImageEditModule } from '@app/shared/shared-actor-image-edit'
4import { SharedFormModule } from '@app/shared/shared-forms' 4import { SharedFormModule } from '@app/shared/shared-forms'
5import { SharedGlobalIconModule } from '@app/shared/shared-icons' 5import { SharedGlobalIconModule } from '@app/shared/shared-icons'
6import { SharedMainModule } from '@app/shared/shared-main' 6import { SharedMainModule } from '@app/shared/shared-main'
@@ -18,7 +18,7 @@ import { MyVideoChannelsComponent } from './my-video-channels.component'
18 SharedMainModule, 18 SharedMainModule,
19 SharedFormModule, 19 SharedFormModule,
20 SharedGlobalIconModule, 20 SharedGlobalIconModule,
21 SharedActorImageModule 21 SharedActorImageEditModule
22 ], 22 ],
23 23
24 declarations: [ 24 declarations: [