diff --git a/src/components/login/GoogleOneTapPortal.tsx b/src/components/login/GoogleOneTapPortal.tsx index 90131c6..7c990dd 100644 --- a/src/components/login/GoogleOneTapPortal.tsx +++ b/src/components/login/GoogleOneTapPortal.tsx @@ -1,7 +1,3 @@ -import { memo } from "react"; - -const GoogleOneTapPortal = () => { +export default function GoogleOneTapPortal() { return
; -}; - -export default memo(GoogleOneTapPortal); \ No newline at end of file +}