Refactored herosection so it is more consistent with other fiels

This commit is contained in:
cami 2021-07-21 02:21:40 +02:00
parent a56e8ccb5c
commit 966304ac3a

View file

@ -5,7 +5,7 @@ import "./HeroSection.css";
import "@fortawesome/fontawesome-free/css/all.css";
import { useAuth } from "../auth/AuthProvider";
function HeroSection() {
export default function HeroSection() {
const [isLoggedIn] = useAuth();
return (
@ -53,5 +53,3 @@ function HeroSection() {
</div>
);
}
export default HeroSection;