Skip to content
Snippets Groups Projects
selectors.ts 116 B
Newer Older
import { RootState } from '../store';

export const selectSuggestion = (state: RootState) => state.suggestion.data;