Skip to content

Commit

Permalink
chore(demo): fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Jan 21, 2021
1 parent cbbc74f commit 001380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/src/modules/components/input/input.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
TuiSelectModule,
} from '@taiga-ui/kit';
import {PolymorpheusModule} from '@tinkoff/ng-polymorpheus';
import {TextMaskModule} from 'angular2-text-mask';
import {InheritedDocumentationModule} from '../abstract/inherited-documentation/inherited-documentation.module';
import {TuiInputExample1} from './examples/1/component';
import {TuiInputExample2} from './examples/2/component';
Expand All @@ -39,7 +40,6 @@ import {TuiInputExample6} from './examples/6/component';
import {TuiInputExample7} from './examples/7/component';
import {TuiInputExample8} from './examples/8';
import {ExampleTuiInputComponent} from './input.component';
import {TextMaskModule} from 'angular2-text-mask';

@NgModule({
imports: [
Expand Down

0 comments on commit 001380d

Please sign in to comment.