浏览代码

Fix imports in plugin.module

oscarleiva 6 年之前
父节点
当前提交
f07a648000
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      src/app/components/plugins/plugins.module.ts

+ 3 - 5
src/app/components/plugins/plugins.module.ts

@@ -20,14 +20,14 @@ import {
   MatSortModule
 
 } from '@angular/material';
-import {  } from '@angular/material/table';
+import { } from '@angular/material/table';
 
 import { PlantsDatatablesComponent } from './plants-datatables/plants-datatables.component';
 import { WeatherCardComponent } from './weather-card/weather-card.component';
 import { BarChartComponent } from './bar-chart/bar-chart.component';
 import { PolarChartComponent } from './polar-chart/polar-chart.component';
 import { DoughnutChartComponent } from './doughnut-chart/doughnut-chart.component';
-import { OrganizationCardsComponent } from './organization-cards/organization-cards.component';
+
 
 /*import { BoxModule } from "angular-admin-lte";
 import { LineChartComponent } from "./line-chart/line-chart.component";
@@ -51,7 +51,6 @@ export const MQTT_SERVICE_OPTIONS: IMqttServiceOptions = {
     BarChartComponent,
     PolarChartComponent,
     DoughnutChartComponent,
-    OrganizationCardsComponent,
   ],
   imports: [
     CommonModule,
@@ -77,7 +76,6 @@ export const MQTT_SERVICE_OPTIONS: IMqttServiceOptions = {
     WeatherCardComponent,
     BarChartComponent,
     PolarChartComponent,
-    OrganizationCardsComponent,
   ]
 })
-export class PluginsModule {}
+export class PluginsModule { }