From aa01aa2b06ebc8bfa87dcc8659d68301dd00ebce Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 8 Jun 2023 22:33:29 +0200 Subject: [PATCH] Created the BlurredBackground.jsx component --- .../components/BlurredBackground/BlurredBackground.jsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 webui/src/common/components/BlurredBackground/BlurredBackground.jsx diff --git a/webui/src/common/components/BlurredBackground/BlurredBackground.jsx b/webui/src/common/components/BlurredBackground/BlurredBackground.jsx new file mode 100644 index 0000000..624e80b --- /dev/null +++ b/webui/src/common/components/BlurredBackground/BlurredBackground.jsx @@ -0,0 +1,5 @@ +import "./styles.sass"; + +export const BlurredBackground = () => ( +
+) \ No newline at end of file