diff --git a/src/app/(application)/layout.tsx b/src/app/(application)/layout.tsx
index b4016a9..2468927 100644
--- a/src/app/(application)/layout.tsx
+++ b/src/app/(application)/layout.tsx
@@ -11,7 +11,7 @@ export default async function Layout({ children }: { children: React.ReactNode }
const user = await funGetUserByCookies()
return (
<>
-
+ {/* */}
{children}