Refactored some things
This commit is contained in:
parent
3f3713a43c
commit
abb2d546f7
5 changed files with 2 additions and 21 deletions
|
@ -2,7 +2,6 @@ import React from "react";
|
|||
import "../../App.css";
|
||||
import HeroSection from "../HeroSection";
|
||||
import Footer from "../../Footer";
|
||||
import { useEffect } from "react/cjs/react.development";
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
|
|
|
@ -5,7 +5,7 @@ import Footer from "../../Footer";
|
|||
export default function SignUp() {
|
||||
return (
|
||||
<>
|
||||
<h1 className="sign-up">Privacy</h1>
|
||||
<h1>Privacy</h1>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue