diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-25 10:44:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:00:45 +0200 |
commit | 41b15c892192073828458d007256a9dfdf3bb6fb (patch) | |
tree | acfa791944197742044a85a84d1313db74b8e4f4 /client/src/app/+my-account | |
parent | 03652b3179b7d3d2959b68318fdc5e00f94eb95f (diff) | |
download | PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.gz PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.zst PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.zip |
Update client dependencies
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 01dde5bb6..571f46de9 100644 --- a/client/src/app/+my-account/my-account.module.ts +++ b/client/src/app/+my-account/my-account.module.ts | |||
@@ -37,7 +37,7 @@ import { | |||
37 | } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component' | 37 | } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component' |
38 | import { DragDropModule } from '@angular/cdk/drag-drop' | 38 | import { DragDropModule } from '@angular/cdk/drag-drop' |
39 | import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-settings/my-account-change-email' | 39 | import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-settings/my-account-change-email' |
40 | import { MultiSelectModule } from 'primeng/primeng' | 40 | import { MultiSelectModule } from 'primeng/multiselect' |
41 | import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' | 41 | import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' |
42 | 42 | ||
43 | @NgModule({ | 43 | @NgModule({ |