use default exports

This commit is contained in:
Tom Heaton
2024-06-06 00:38:13 +01:00
parent 96c7e41c9d
commit 77da5694bb
12 changed files with 21 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ import {
UDLLink,
} from "./HeroElements";
const HeroSection = () => {
export default function HeroSection() {
const citation = `
@book{prince2023understanding,
author = "Simon J.D. Prince",
@@ -162,6 +162,4 @@ const HeroSection = () => {
</HeroContent>
</HeroContainer>
);
};
export default HeroSection;
}