From bbf9945b494c59d27733cf3972c9bd7913236b5a Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 27 Nov 2023 05:34:03 +0200 Subject: [PATCH] Add missing CSS typing --- frontend/src/Components/Form/InfoInput.css.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/src/Components/Form/InfoInput.css.d.ts diff --git a/frontend/src/Components/Form/InfoInput.css.d.ts b/frontend/src/Components/Form/InfoInput.css.d.ts new file mode 100644 index 00000000000..65c237dff7b --- /dev/null +++ b/frontend/src/Components/Form/InfoInput.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'message': string; +} +export const cssExports: CssExports; +export default cssExports;