import { RootState } from 'app/redux/store'; const isLoggedIn = useSelector(state: RootState => state.user.loggedIn);