From 3b838cb6df0e93571f204fa40867e00097581865 Mon Sep 17 00:00:00 2001 From: chaduhwan Date: Sat, 6 Apr 2024 20:28:35 +0900 Subject: [PATCH] =?UTF-8?q?[fix]any=ED=83=80=EC=9E=85=EC=A0=9C=EA=B1=B0=20?= =?UTF-8?q?=EB=B0=8F=20=EB=B9=8C=EB=93=9C=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(route)/onboard/_components/WatchWord.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(route)/onboard/_components/WatchWord.tsx b/app/(route)/onboard/_components/WatchWord.tsx index 9112310..2a71652 100644 --- a/app/(route)/onboard/_components/WatchWord.tsx +++ b/app/(route)/onboard/_components/WatchWord.tsx @@ -1,7 +1,7 @@ import { useEffect, useRef } from 'react' import styles from '../Onboard.module.css' -function WatchWord({ handleView }: { handleView: any }) { +function WatchWord({ handleView }: { handleView: (params: boolean) => void }) { const animationRef = useRef(null) useEffect(() => {