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(() => {