diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-02 10:32:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-02 10:35:05 +0200 |
commit | 57e56eb2941cce88a2a9b538b3e6a761ece6a317 (patch) | |
tree | 76cdad74997e12f7a8b419d867f3997ca7dba988 /client/src/app/shared/shared-main | |
parent | 4d45cdfa10769bb1134c466e4e5c9794f09ef342 (diff) | |
download | PeerTube-57e56eb2941cce88a2a9b538b3e6a761ece6a317.tar.gz PeerTube-57e56eb2941cce88a2a9b538b3e6a761ece6a317.tar.zst PeerTube-57e56eb2941cce88a2a9b538b3e6a761ece6a317.zip |
Fix lint
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/shared-main.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts index 04e3eb0af..732914e34 100644 --- a/client/src/app/shared/shared-main/shared-main.module.ts +++ b/client/src/app/shared/shared-main/shared-main.module.ts | |||
@@ -83,7 +83,7 @@ import { AUTH_INTERCEPTOR_PROVIDER } from './auth' | |||
83 | ListOverflowComponent, | 83 | ListOverflowComponent, |
84 | TopMenuDropdownComponent, | 84 | TopMenuDropdownComponent, |
85 | 85 | ||
86 | UserNotificationsComponent, | 86 | UserNotificationsComponent |
87 | ], | 87 | ], |
88 | 88 | ||
89 | exports: [ | 89 | exports: [ |