export type RootState = ReturnType<typeof store.getState>; export const selectData = (state: RootState) => state.QnASlicer.data;