From 5d02fd0a43bdf6d0a97e1c0d7c64e9af70ad8e0e Mon Sep 17 00:00:00 2001 From: dedkovnd Date: Sat, 30 Mar 2024 22:44:23 +0300 Subject: [PATCH] test20 --- src/components/error-description/error-description.scss | 2 +- src/components/error-description/index.ts | 2 +- src/components/input/input.scss | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/error-description/error-description.scss b/src/components/error-description/error-description.scss index 3bb28c416..e10d0bb0b 100644 --- a/src/components/error-description/error-description.scss +++ b/src/components/error-description/error-description.scss @@ -1,3 +1,3 @@ .error-description { font-size: 24px; -} \ No newline at end of file +} diff --git a/src/components/error-description/index.ts b/src/components/error-description/index.ts index 1254a4234..29a5b12d2 100644 --- a/src/components/error-description/index.ts +++ b/src/components/error-description/index.ts @@ -1,2 +1,2 @@ import './error-description.scss' -export { default as ErrorDescription } from './error-description.hbs?raw' \ No newline at end of file +export { default as ErrorDescription } from './error-description.hbs?raw' diff --git a/src/components/input/input.scss b/src/components/input/input.scss index bd1dedfe1..a9a70ec8f 100644 --- a/src/components/input/input.scss +++ b/src/components/input/input.scss @@ -14,4 +14,5 @@ text-align: right; } } - } \ No newline at end of file + } + \ No newline at end of file