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