frontend/refactoring #172
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue