We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127830b commit d74cdd0Copy full SHA for d74cdd0
packages/web/src/app/[domain]/page.tsx
@@ -26,7 +26,7 @@ export default async function Home(props: { params: Promise<{ domain: string }>
26
return HomePage;
27
}
28
29
-export const HomeInternal = async (props: { params: Promise<{ domain: string }> }) => {
+const HomeInternal = async (props: { params: Promise<{ domain: string }> }) => {
30
const params = await props.params;
31
32
const {
0 commit comments