diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-24 15:29:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-24 15:29:08 +0200 |
commit | f0b56fdd0ce063315dffdfb718204564834f7135 (patch) | |
tree | 33cd3b2a32b8a20f8a7e702f05a686492bfb6d3a | |
parent | dda917ec895909d93f85da91268b2c513fa8fd4f (diff) | |
download | PeerTube-f0b56fdd0ce063315dffdfb718204564834f7135.tar.gz PeerTube-f0b56fdd0ce063315dffdfb718204564834f7135.tar.zst PeerTube-f0b56fdd0ce063315dffdfb718204564834f7135.zip |
Put empty module in app module
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index c6e9d7315..9698de275 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -9,6 +9,7 @@ import { buildFileLocale, getCompleteLocale, isDefaultLocale } from '@shared/mod | |||
9 | import { AppRoutingModule } from './app-routing.module' | 9 | import { AppRoutingModule } from './app-routing.module' |
10 | import { AppComponent } from './app.component' | 10 | import { AppComponent } from './app.component' |
11 | import { CoreModule } from './core' | 11 | import { CoreModule } from './core' |
12 | import { EmptyComponent } from './empty.component' | ||
12 | import { HeaderComponent, SearchTypeaheadComponent, SuggestionComponent } from './header' | 13 | import { HeaderComponent, SearchTypeaheadComponent, SuggestionComponent } from './header' |
13 | import { HighlightPipe } from './header/highlight.pipe' | 14 | import { HighlightPipe } from './header/highlight.pipe' |
14 | import { AvatarNotificationComponent, LanguageChooserComponent, MenuComponent } from './menu' | 15 | import { AvatarNotificationComponent, LanguageChooserComponent, MenuComponent } from './menu' |
@@ -30,6 +31,7 @@ registerLocaleData(localeOc, 'oc') | |||
30 | 31 | ||
31 | declarations: [ | 32 | declarations: [ |
32 | AppComponent, | 33 | AppComponent, |
34 | EmptyComponent, | ||
33 | 35 | ||
34 | MenuComponent, | 36 | MenuComponent, |
35 | LanguageChooserComponent, | 37 | LanguageChooserComponent, |