aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-25 10:44:21 +0200
committerChocobozzz <me@florianbigard.com>2019-07-25 11:00:45 +0200
commit41b15c892192073828458d007256a9dfdf3bb6fb (patch)
treeacfa791944197742044a85a84d1313db74b8e4f4 /client/src/app/+my-account/my-account.module.ts
parent03652b3179b7d3d2959b68318fdc5e00f94eb95f (diff)
downloadPeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.gz
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.zst
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.zip
Update client dependencies
Diffstat (limited to 'client/src/app/+my-account/my-account.module.ts')
-rw-r--r--client/src/app/+my-account/my-account.module.ts2
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'
38import { DragDropModule } from '@angular/cdk/drag-drop' 38import { DragDropModule } from '@angular/cdk/drag-drop'
39import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-settings/my-account-change-email' 39import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-settings/my-account-change-email'
40import { MultiSelectModule } from 'primeng/primeng' 40import { MultiSelectModule } from 'primeng/multiselect'
41import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface' 41import { MyAccountInterfaceSettingsComponent } from '@app/+my-account/my-account-settings/my-account-interface'
42 42
43@NgModule({ 43@NgModule({