Remove unused fontawesome usages
This commit is contained in:
parent
617741218c
commit
5816d4f914
2 changed files with 0 additions and 2 deletions
|
@ -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 (
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue