aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/admin.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/admin.module.ts')
-rw-r--r--client/src/app/+admin/admin.module.ts6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/app/+admin/admin.module.ts b/client/src/app/+admin/admin.module.ts
index dbced0e86..e0dea3ba5 100644
--- a/client/src/app/+admin/admin.module.ts
+++ b/client/src/app/+admin/admin.module.ts
@@ -1,5 +1,4 @@
1import { ChartModule } from 'primeng/chart' 1import { ChartModule } from 'primeng/chart'
2import { SelectButtonModule } from 'primeng/selectbutton'
3import { TableModule } from 'primeng/table' 2import { TableModule } from 'primeng/table'
4import { NgModule } from '@angular/core' 3import { NgModule } from '@angular/core'
5import { SharedAbuseListModule } from '@app/shared/shared-abuse-list' 4import { SharedAbuseListModule } from '@app/shared/shared-abuse-list'
@@ -45,7 +44,7 @@ import {
45 PluginApiService, 44 PluginApiService,
46 PluginCardComponent, 45 PluginCardComponent,
47 PluginListInstalledComponent, 46 PluginListInstalledComponent,
48 PluginsComponent, 47 PluginNavigationComponent,
49 PluginSearchComponent, 48 PluginSearchComponent,
50 PluginShowInstalledComponent 49 PluginShowInstalledComponent
51} from './plugins' 50} from './plugins'
@@ -70,7 +69,6 @@ import { JobsComponent } from './system/jobs/jobs.component'
70 SharedTablesModule, 69 SharedTablesModule,
71 70
72 TableModule, 71 TableModule,
73 SelectButtonModule,
74 ChartModule 72 ChartModule
75 ], 73 ],
76 74
@@ -98,11 +96,11 @@ import { JobsComponent } from './system/jobs/jobs.component'
98 InstanceServerBlocklistComponent, 96 InstanceServerBlocklistComponent,
99 InstanceAccountBlocklistComponent, 97 InstanceAccountBlocklistComponent,
100 98
101 PluginsComponent,
102 PluginListInstalledComponent, 99 PluginListInstalledComponent,
103 PluginSearchComponent, 100 PluginSearchComponent,
104 PluginShowInstalledComponent, 101 PluginShowInstalledComponent,
105 PluginCardComponent, 102 PluginCardComponent,
103 PluginNavigationComponent,
106 104
107 JobsComponent, 105 JobsComponent,
108 LogsComponent, 106 LogsComponent,