Skip to content

Commit d74cdd0

Browse files
fix build
1 parent 127830b commit d74cdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/[domain]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default async function Home(props: { params: Promise<{ domain: string }>
2626
return HomePage;
2727
}
2828

29-
export const HomeInternal = async (props: { params: Promise<{ domain: string }> }) => {
29+
const HomeInternal = async (props: { params: Promise<{ domain: string }> }) => {
3030
const params = await props.params;
3131

3232
const {

0 commit comments

Comments
 (0)