diff --git a/src/components/Auth/Signin/index.tsx b/src/components/Auth/Signin/index.tsx
index f289398..36f8120 100644
--- a/src/components/Auth/Signin/index.tsx
+++ b/src/components/Auth/Signin/index.tsx
@@ -1,9 +1,14 @@
+"use client";
+import { Logo } from "@/components/logo";
import SigninWithPassword from "../SigninWithPassword";
export default function Signin() {
return (
<>
>
diff --git a/src/components/Auth/SigninWithPassword.tsx b/src/components/Auth/SigninWithPassword.tsx
index b7e12cf..0b22163 100644
--- a/src/components/Auth/SigninWithPassword.tsx
+++ b/src/components/Auth/SigninWithPassword.tsx
@@ -28,8 +28,8 @@ export default function SigninWithPassword() {
});
};
return (
-