Reformating

This commit is contained in:
cami 2021-06-21 03:45:22 +02:00
parent b25d8fad3a
commit b9771e6b1f
7 changed files with 17 additions and 22 deletions

View file

@ -5,8 +5,8 @@ import Footer from "../../Footer";
export default function SignUp() {
return (
<>
<h1 className="sign-up">SIGN UP</h1>
<h1 className="sign-up">Privacy</h1>
<Footer />
</>
);
}
}