diff options
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 6f8625c7e..1c4e3df1a 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -69,6 +69,7 @@ import { InstanceService } from '@app/shared/instance/instance.service' | |||
69 | import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' | 69 | import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' |
70 | import { ConfirmComponent } from '@app/shared/confirm/confirm.component' | 70 | import { ConfirmComponent } from '@app/shared/confirm/confirm.component' |
71 | import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' | 71 | import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' |
72 | import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component' | ||
72 | 73 | ||
73 | @NgModule({ | 74 | @NgModule({ |
74 | imports: [ | 75 | imports: [ |
@@ -90,6 +91,7 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' | |||
90 | 91 | ||
91 | declarations: [ | 92 | declarations: [ |
92 | LoaderComponent, | 93 | LoaderComponent, |
94 | SmallLoaderComponent, | ||
93 | VideoThumbnailComponent, | 95 | VideoThumbnailComponent, |
94 | VideoMiniatureComponent, | 96 | VideoMiniatureComponent, |
95 | FeedComponent, | 97 | FeedComponent, |
@@ -135,6 +137,7 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' | |||
135 | KeysPipe, | 137 | KeysPipe, |
136 | 138 | ||
137 | LoaderComponent, | 139 | LoaderComponent, |
140 | SmallLoaderComponent, | ||
138 | VideoThumbnailComponent, | 141 | VideoThumbnailComponent, |
139 | VideoMiniatureComponent, | 142 | VideoMiniatureComponent, |
140 | FeedComponent, | 143 | FeedComponent, |