Refactoring and removing unused things

This commit is contained in:
cami 2021-06-21 02:53:24 +02:00
parent 86f3320134
commit ffa2c74ef5
5 changed files with 1 additions and 196 deletions

View file

@ -1,7 +1,6 @@
import React from "react";
import "../../App.css";
import HeroSection from "../HeroSection";
import Cards from "../Cards";
import Footer from "../../Footer";
function Home() {