This commit is contained in:
Linus Flood
2024-09-17 08:09:29 +02:00
parent 880d81b502
commit a6222255d4
10 changed files with 14 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ import TopMenu from "./TopMenu"
import styles from "./header.module.css"
export default async function Header({}) {
export default function Header({}) {
return (
<header className={styles.header}>
<Suspense fallback="Loading top menu">