Fix lint
This commit is contained in:
parent
3caf77d3b1
commit
ccfcdb6785
1 changed files with 11 additions and 4 deletions
|
@ -25,10 +25,16 @@ import { MyAccountServerBlocklistComponent } from '@app/+my-account/my-account-b
|
||||||
import { MyAccountHistoryComponent } from '@app/+my-account/my-account-history/my-account-history.component'
|
import { MyAccountHistoryComponent } from '@app/+my-account/my-account-history/my-account-history.component'
|
||||||
import { MyAccountNotificationsComponent } from '@app/+my-account/my-account-notifications/my-account-notifications.component'
|
import { MyAccountNotificationsComponent } from '@app/+my-account/my-account-notifications/my-account-notifications.component'
|
||||||
import { MyAccountNotificationPreferencesComponent } from '@app/+my-account/my-account-settings/my-account-notification-preferences'
|
import { MyAccountNotificationPreferencesComponent } from '@app/+my-account/my-account-settings/my-account-notification-preferences'
|
||||||
import { MyAccountVideoPlaylistCreateComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component'
|
import {
|
||||||
import { MyAccountVideoPlaylistUpdateComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component'
|
MyAccountVideoPlaylistCreateComponent
|
||||||
|
} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component'
|
||||||
|
import {
|
||||||
|
MyAccountVideoPlaylistUpdateComponent
|
||||||
|
} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component'
|
||||||
import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlists.component'
|
import { MyAccountVideoPlaylistsComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlists.component'
|
||||||
import { MyAccountVideoPlaylistElementsComponent } from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component'
|
import {
|
||||||
|
MyAccountVideoPlaylistElementsComponent
|
||||||
|
} from '@app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component'
|
||||||
import { DragDropModule } from '@angular/cdk/drag-drop'
|
import { DragDropModule } from '@angular/cdk/drag-drop'
|
||||||
import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-settings/my-account-change-email'
|
import { MyAccountChangeEmailComponent } from '@app/+my-account/my-account-settings/my-account-change-email'
|
||||||
import { MultiSelectModule } from 'primeng/primeng'
|
import { MultiSelectModule } from 'primeng/primeng'
|
||||||
|
@ -83,4 +89,5 @@ import { MultiSelectModule } from 'primeng/primeng'
|
||||||
|
|
||||||
providers: []
|
providers: []
|
||||||
})
|
})
|
||||||
export class MyAccountModule { }
|
export class MyAccountModule {
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue