Cleanup modules.

This commit is contained in:
Alexis Lahouze
2017-08-11 22:32:09 +02:00
parent fd0df50d14
commit 1f896e1a40
5 changed files with 1 additions and 11 deletions
-2
View File
@@ -48,8 +48,6 @@ import { AccountListState } from './account.states'
AccountListComponent,
AccountDeleteModalComponent,
AccountEditModalComponent,
AccountFormComponent,
AccountRowComponent
]
})
export class AccountModule {}
@@ -1,6 +1,5 @@
// vim: set tw=80 ts=2 sw=2 sts=2:
import { Component, Input, ViewChild } from '@angular/core';
import { NgForm } from '@angular/forms';
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';