Files
OutFleet/client/src/features/certificates/duck/selectors.ts

4 lines
128 B
TypeScript
Raw Normal View History

2025-10-11 00:20:28 +03:00
import type { RootState } from '../../../store';
export const getCertificatesState = (state: RootState) => state.certificates;