Skip to content

Commit

Permalink
fix(module:tree): duplicated module import (#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
lx1036 authored and vthinkxie committed Apr 17, 2019
1 parent 1478e59 commit 5c8b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree/nz-tree.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { NzTreeNodeComponent } from './nz-tree-node.component';
import { NzTreeComponent } from './nz-tree.component';

@NgModule({
imports: [CommonModule, NzAddOnModule, NzIconModule, NzNoAnimationModule, NzAddOnModule],
imports: [CommonModule, NzAddOnModule, NzIconModule, NzNoAnimationModule],
declarations: [NzTreeComponent, NzTreeNodeComponent],
exports: [NzTreeComponent, NzTreeNodeComponent]
})
Expand Down

0 comments on commit 5c8b923

Please sign in to comment.