diff --git a/projects/demo/src/modules/directives/swipe/examples/2/index.ts b/projects/demo/src/modules/directives/swipe/examples/2/index.ts index 7ef41f656e0a..4011f863b622 100644 --- a/projects/demo/src/modules/directives/swipe/examples/2/index.ts +++ b/projects/demo/src/modules/directives/swipe/examples/2/index.ts @@ -9,7 +9,7 @@ import {Subject} from 'rxjs'; @Component({ standalone: true, - imports: [AsyncPipe, TuiSwipe, TuiSidebar], + imports: [AsyncPipe, TuiSidebar, TuiSwipe], templateUrl: './index.html', styleUrls: ['./index.less'], encapsulation,