aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
index 4bbb71588..d03aa856f 100644
--- a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
+++ b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
@@ -6,6 +6,7 @@ import { SharedGlobalIconModule } from '../shared-icons'
6import { SharedMainModule } from '../shared-main' 6import { SharedMainModule } from '../shared-main'
7import { SharedVideoMiniatureModule } from '../shared-video-miniature' 7import { SharedVideoMiniatureModule } from '../shared-video-miniature'
8import { SharedVideoPlaylistModule } from '../shared-video-playlist' 8import { SharedVideoPlaylistModule } from '../shared-video-playlist'
9import { ButtonMarkupComponent } from './button-markup.component'
9import { ChannelMiniatureMarkupComponent } from './channel-miniature-markup.component' 10import { ChannelMiniatureMarkupComponent } from './channel-miniature-markup.component'
10import { CustomMarkupService } from './custom-markup.service' 11import { CustomMarkupService } from './custom-markup.service'
11import { DynamicElementService } from './dynamic-element.service' 12import { DynamicElementService } from './dynamic-element.service'
@@ -30,7 +31,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
30 PlaylistMiniatureMarkupComponent, 31 PlaylistMiniatureMarkupComponent,
31 ChannelMiniatureMarkupComponent, 32 ChannelMiniatureMarkupComponent,
32 EmbedMarkupComponent, 33 EmbedMarkupComponent,
33 VideosListMarkupComponent 34 VideosListMarkupComponent,
35 ButtonMarkupComponent
34 ], 36 ],
35 37
36 exports: [ 38 exports: [
@@ -38,7 +40,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
38 PlaylistMiniatureMarkupComponent, 40 PlaylistMiniatureMarkupComponent,
39 ChannelMiniatureMarkupComponent, 41 ChannelMiniatureMarkupComponent,
40 VideosListMarkupComponent, 42 VideosListMarkupComponent,
41 EmbedMarkupComponent 43 EmbedMarkupComponent,
44 ButtonMarkupComponent
42 ], 45 ],
43 46
44 providers: [ 47 providers: [