Newer
Older
import { RootState } from '../store';
export const selectSuggestion = (state: RootState) => state.suggestion.data;
import { RootState } from '../store';
export const selectSuggestion = (state: RootState) => state.suggestion.data;