Commit 22070a6356ba4dc16526e3a1606c4ce80cac5037
1 parent
da67cdbb
Exists in
master
and in
33 other branches
Remove unused imports from boxes spec tests
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/app/components/noosfero-boxes/boxes.component.spec.ts
1 | -import {providers} from 'ng-forward/cjs/testing/providers'; | ||
2 | - | ||
3 | -import {Input, Component} from 'ng-forward'; | 1 | +import {Component} from 'ng-forward'; |
4 | 2 | ||
5 | import {Box, Profile} from "../../models/interfaces"; | 3 | import {Box, Profile} from "../../models/interfaces"; |
6 | import {Boxes} from './boxes.component'; | 4 | import {Boxes} from './boxes.component'; |