Closed saseungmin closed 3 years ago
useEffect(() => { if (!user) { history.push('/'); } }, [user, history]);