Remove unused fontawesome usages
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
cami 2021-07-23 03:46:43 +02:00
parent 617741218c
commit 5816d4f914
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
import React from "react";
import { Link } from "react-router-dom";
import "./Footer.css";
import "@fortawesome/fontawesome-free/css/all.css";
function Footer() {
return (

View file

@ -2,7 +2,6 @@ import React from "react";
import "../App.css";
import { Button } from "./Button";
import "./HeroSection.css";
import "@fortawesome/fontawesome-free/css/all.css";
import { useAuth } from "../auth/AuthProvider";
export default function HeroSection() {