import type { RootState } from '../../../store'; export const getCertificatesState = (state: RootState) => state.certificates;