feat(website): enhance website

This commit is contained in:
Bjorn Lammers
2025-04-17 07:21:19 +02:00
committed by Thomas Camlong
parent 6e3a39a4cf
commit 63349f7490
18 changed files with 1264 additions and 487 deletions

View File

@@ -1,5 +1,5 @@
import { ClientHeader } from "./client-header"
import { Header } from "./header"
export function HeaderWrapper() {
return <ClientHeader />
return <Header />
}