diff --git a/projects/demo/src/modules/app/landing/index.html b/projects/demo/src/modules/app/landing/index.html index 029ad680ec47..e95387adc2ba 100644 --- a/projects/demo/src/modules/app/landing/index.html +++ b/projects/demo/src/modules/app/landing/index.html @@ -1,7 +1,7 @@ taiga @@ -15,8 +15,8 @@
topography
@@ -127,8 +126,8 @@

It’s open source

topography

It’s open source

——
diff --git a/projects/demo/src/modules/app/landing/index.ts b/projects/demo/src/modules/app/landing/index.ts index 4646d2343f95..82c24554d2f4 100644 --- a/projects/demo/src/modules/app/landing/index.ts +++ b/projects/demo/src/modules/app/landing/index.ts @@ -16,7 +16,6 @@ import { } from '@ng-web-apis/intersection-observer'; import {EMPTY_QUERY, TuiAutoFocus, tuiProvide, TuiRepeatTimes} from '@taiga-ui/cdk'; import {TuiButton, tuiFadeIn} from '@taiga-ui/core'; -import {TuiImgLazyLoading} from '@taiga-ui/kit'; @Component({ standalone: true, @@ -25,7 +24,6 @@ import {TuiImgLazyLoading} from '@taiga-ui/kit'; RouterLink, TuiAutoFocus, TuiButton, - TuiImgLazyLoading, TuiRepeatTimes, WaIntersectionObserver, ], diff --git a/projects/demo/src/modules/directives/lazy-loading/index.html b/projects/demo/src/modules/directives/lazy-loading/index.html index 17767a84674a..69a42ffd57af 100644 --- a/projects/demo/src/modules/directives/lazy-loading/index.html +++ b/projects/demo/src/modules/directives/lazy-loading/index.html @@ -1,4 +1,5 @@