Removed signup component as it's not needed

This commit is contained in:
cami 2021-06-23 03:43:58 +02:00
parent b22dd6f5e8
commit 56eb46b668
2 changed files with 1 additions and 3 deletions

View file

@ -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>