Further redesign and refactoring
This commit is contained in:
parent
49106ea1b6
commit
67575be960
7 changed files with 43 additions and 21 deletions
12
frontend/src/components/pages/Privacy.js
Normal file
12
frontend/src/components/pages/Privacy.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
import React from "react";
|
||||
import "../../App.css";
|
||||
import Footer from "../../Footer";
|
||||
|
||||
export default function SignUp() {
|
||||
return (
|
||||
<>
|
||||
<h1 className="sign-up">SIGN UP</h1>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue