This commit is contained in:
Max Peintner
2024-12-04 18:12:57 +01:00
parent eaeb4db19c
commit a780233f2f

View File

@@ -33,8 +33,6 @@ export default async function Page(props: {
const host = (await headers()).get("host"); const host = (await headers()).get("host");
console.log("host", host);
return ( return (
<DynamicTheme branding={branding}> <DynamicTheme branding={branding}>
<div className="flex flex-col items-center space-y-4"> <div className="flex flex-col items-center space-y-4">