frontend/refactoring #172

Merged
cami merged 3 commits from frontend/refactoring into main 2021-07-21 00:23:45 +00:00
Showing only changes of commit 966304ac3a - Show all commits

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;