From 2d4afe4de5936c679c36096e584d36bd93364a84 Mon Sep 17 00:00:00 2001 From: Stanslav Zaytsev Date: Mon, 18 Mar 2024 08:17:42 +0300 Subject: [PATCH] refactor(demo): removed empty lines in imports --- .../badge-notification/badge-notification.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/demo/src/modules/components/badge-notification/badge-notification.component.ts b/projects/demo/src/modules/components/badge-notification/badge-notification.component.ts index ddedaad9c84c..c1256fc0c211 100644 --- a/projects/demo/src/modules/components/badge-notification/badge-notification.component.ts +++ b/projects/demo/src/modules/components/badge-notification/badge-notification.component.ts @@ -14,9 +14,7 @@ import {TuiBadgeNotificationExample2} from './examples/2'; imports: [ TuiBadgeNotificationComponent, TuiExamplePipe, - TuiAddonDocModule, - TuiBadgeNotificationExample1, TuiBadgeNotificationExample2, ],