import { RootState } from '../store'; export const selectTokenData = (state: RootState) => state.token;