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