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/+my-account | |
parent | 4d45cdfa10769bb1134c466e4e5c9794f09ef342 (diff) | |
download | PeerTube-57e56eb2941cce88a2a9b538b3e6a761ece6a317.tar.gz PeerTube-57e56eb2941cce88a2a9b538b3e6a761ece6a317.tar.zst PeerTube-57e56eb2941cce88a2a9b538b3e6a761ece6a317.zip |
Fix lint
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account.module.ts b/client/src/app/+my-account/my-account.module.ts index 0ce243844..742a516d5 100644 --- a/client/src/app/+my-account/my-account.module.ts +++ b/client/src/app/+my-account/my-account.module.ts | |||
@@ -77,7 +77,7 @@ import { MyAccountComponent } from './my-account.component' | |||
77 | MyAccountVideoPlaylistCreateComponent, | 77 | MyAccountVideoPlaylistCreateComponent, |
78 | MyAccountVideoPlaylistUpdateComponent, | 78 | MyAccountVideoPlaylistUpdateComponent, |
79 | MyAccountVideoPlaylistsComponent, | 79 | MyAccountVideoPlaylistsComponent, |
80 | MyAccountVideoPlaylistElementsComponent, | 80 | MyAccountVideoPlaylistElementsComponent |
81 | ], | 81 | ], |
82 | 82 | ||
83 | exports: [ | 83 | exports: [ |