Created the BlurredBackground.jsx component

This commit is contained in:
Mathias Wagner 2023-06-08 22:33:29 +02:00
parent 85f6db46b7
commit aa01aa2b06

View File

@ -0,0 +1,5 @@
import "./styles.sass";
export const BlurredBackground = () => (
<div className="background" />
)