Removed signup component as it's not needed
This commit is contained in:
parent
b22dd6f5e8
commit
56eb46b668
2 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@ import React from "react";
|
|||
import "../../App.css";
|
||||
import Footer from "../../Footer";
|
||||
|
||||
export default function SignUp() {
|
||||
export default function Privacy() {
|
||||
return (
|
||||
<>
|
||||
<h1>Privacy</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue