Преглед на файлове

Merge branch 'master' of onunez/soma-frontend into development

Oscar Alfredo Leiva Salomón преди 6 години
родител
ревизия
d05f535e9d
променени са 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 { }