diff --git a/src/components/background.jsx b/src/components/background.jsx new file mode 100644 index 0000000..fb26f29 --- /dev/null +++ b/src/components/background.jsx @@ -0,0 +1,15 @@ +import styles from './../pages/Login/LoginPage.module.css'; +const Background = ({ children, className }) => { + return ( +