Skip to content

Commit

Permalink
fix de issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegOrtega committed Oct 23, 2018
1 parent 93adba2 commit e21b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BrowserModule } from "@angular/platform-browser";
import { NgModule } from "@angular/core";
import { ReactiveFormsModule } from "@angular/forms";
import { AppComponent } from "./app.component";
import { HttpModule } from "../../node_modules/@angular/http";
import { HttpModule } from "@angular/http";
import { AccordionModule } from "ngx-bootstrap/accordion";

@NgModule({
Expand Down

0 comments on commit e21b962

Please sign in to comment.