Переглянути джерело

Refactor import statements and adjust indentation in Administrador module

EmilianoChavarria 1 місяць тому
батько
коміт
af120a5a33

+ 8 - 8
Front/src/app/modules/Administrador/administrador.module.ts

@@ -27,13 +27,13 @@ import { ModalNiveleducativoEdit } from './pages/niveles-educativos/niveles-educ
 import { CircularesComponent, ModalCircular, ModalCircularesEdit, ModalExtraInfo, ModalStats } from './pages/circulares/circulares.component';
 import { ConsultarRegistroAcayAdmiComponent } from './pages/consultarRegistroAcayAdmi/consultar-registro-acay-admi.component';
 import { SeguimientoComponent } from './pages/seguimientoUsuarios/seguimiento.component';
-import {Component} from '@angular/core';
-import {FormControl, FormsModule} from '@angular/forms';
-import {MatTabsModule} from '@angular/material/tabs';
-import {MatCheckboxModule} from '@angular/material/checkbox';
-import {MatButtonModule} from '@angular/material/button';
-import {MatInputModule} from '@angular/material/input';
-import {MatFormFieldModule} from '@angular/material/form-field';
+import { Component } from '@angular/core';
+import { FormControl, FormsModule } from '@angular/forms';
+import { MatTabsModule } from '@angular/material/tabs';
+import { MatCheckboxModule } from '@angular/material/checkbox';
+import { MatButtonModule } from '@angular/material/button';
+import { MatInputModule } from '@angular/material/input';
+import { MatFormFieldModule } from '@angular/material/form-field';
 import { DynamicFormComponentComponent } from './pages/admin-form/dynamic-form-component/dynamic-form-component.component';
 import { FormSelectorComponent } from './pages/admin-form/form-selector/form-selector.component';
 import { PeriodosComponent } from './pages/periodos/periodos.component';
@@ -100,7 +100,7 @@ import { PeriodosComponent } from './pages/periodos/periodos.component';
     AdminRoutingModule,
     SharedModule,
     MaterialModule,
-      MatFormFieldModule,
+    MatFormFieldModule,
     MatInputModule,
     FormsModule,
     ReactiveFormsModule,