Cleanup modules.
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user