diff --git a/web/app/(shareLayout)/webapp-signin/layout.tsx b/web/app/(shareLayout)/webapp-signin/layout.tsx index 39d8ceea37..26f8ad8690 100644 --- a/web/app/(shareLayout)/webapp-signin/layout.tsx +++ b/web/app/(shareLayout)/webapp-signin/layout.tsx @@ -1,5 +1,4 @@ 'use client' -import Header from '@/app/signin/_header' import cn from '@/utils/classnames' import { useGlobalPublicStore } from '@/context/global-public-context' @@ -11,7 +10,7 @@ export default function SignInLayout({ children }: any) { return <>
-
+ {/*
*/}
{children}