From a62a24ddc69f7e4661a19eff47846df4416a8325 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Wed, 14 Feb 2024 16:12:57 +0200 Subject: [PATCH] UI: Move notification component --- .../notification-template-configuration.component.html | 0 .../notification-template-configuration.component.scss | 0 .../notification-template-configuration.component.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ui-ngx/src/app/modules/home/pages/notification/template/{ => configuration}/notification-template-configuration.component.html (100%) rename ui-ngx/src/app/modules/home/pages/notification/template/{ => configuration}/notification-template-configuration.component.scss (100%) rename ui-ngx/src/app/modules/home/pages/notification/template/{ => configuration}/notification-template-configuration.component.ts (100%) diff --git a/ui-ngx/src/app/modules/home/pages/notification/template/notification-template-configuration.component.html b/ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.html similarity index 100% rename from ui-ngx/src/app/modules/home/pages/notification/template/notification-template-configuration.component.html rename to ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.html diff --git a/ui-ngx/src/app/modules/home/pages/notification/template/notification-template-configuration.component.scss b/ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.scss similarity index 100% rename from ui-ngx/src/app/modules/home/pages/notification/template/notification-template-configuration.component.scss rename to ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.scss diff --git a/ui-ngx/src/app/modules/home/pages/notification/template/notification-template-configuration.component.ts b/ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.ts similarity index 100% rename from ui-ngx/src/app/modules/home/pages/notification/template/notification-template-configuration.component.ts rename to ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.ts