Skip to content

Commit

Permalink
chore(tests): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Dec 25, 2020
1 parent 24904f3 commit 376b28f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {configureTestSuite} from 'ng-bullet';
import {TuiHintControllerModule} from '../../../directives/hint-controller/hint-controller.module';
import {TuiModeModule} from '../../../directives/mode/mode.module';
import {TuiTextfieldControllerModule} from '../../../directives/textfield-controller';
import {TuiBrightness} from '../../../enums/brightness';
import {TuiBrightness} from '../../../types/brightness';
import {TuiSizeL, TuiSizeS} from '../../../types/size';
import {TuiPrimitiveTextfieldComponent} from '../primitive-textfield.component';
import {TuiPrimitiveTextfieldModule} from '../primitive-textfield.module';
Expand Down

0 comments on commit 376b28f

Please sign in to comment.