This commit is contained in:
Linus Flood
2024-10-28 09:16:58 +01:00
parent 687a110a39
commit f5798562cc
2 changed files with 8 additions and 15 deletions

View File

@@ -12,11 +12,9 @@ export function preload() {
export default function Footer() {
return (
<Suspense>
<footer>
<FooterNavigation />
<FooterDetails />
</footer>
</Suspense>
<footer>
<FooterNavigation />
<FooterDetails />
</footer>
)
}