Skip to content
Snippets Groups Projects
Commit 7ce330d6 authored by Ramiro Facundo Lorenzo Rodriguez Inthamoussu's avatar Ramiro Facundo Lorenzo Rodriguez Inthamoussu
Browse files

fix es 2

parent 000046a1
No related branches found
No related tags found
No related merge requests found
import { Component, OnInit } from '@angular/core';
import { AuthenticationService } from '../../shared/services/authentication.service';
import { CentroEducativo } from '../../shared/services/CentroEducativo.service';
import { CentroEducativo } from '../../shared/services/centroeducativo.service';
@Component({
moduleId: module.id,
......
......@@ -4,7 +4,7 @@ import { FormsModule } from '@angular/forms';
import { IEducativaRoutingModule } from './ieducativa-routing.module';
import { IEducativaComponent } from './ieducativa.component';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { CentroEducativo } from '../../shared/services/CentroEducativo.service';
import { CentroEducativo } from '../../shared/services/centroeducativo.service';
@NgModule({
imports: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment