Remove import

pull/2467/head
Kenton Royal 6 years ago
parent e6f24eabb4
commit 26904d3947

@ -1,5 +1,4 @@
import { CommonModule } from "@angular/common";
import { NgModule } from "@angular/core";
import { NgModule } from "@angular/core";
import { FormsModule } from "@angular/forms";
import { RouterModule } from "@angular/router";
@ -10,7 +9,6 @@ import { RequestService } from "../services";
@NgModule({
imports: [
CommonModule,
FormsModule,
NgbModule.forRoot(),
TreeTableModule,

Loading…
Cancel
Save