mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-12-16 17:37:51 +00:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import type { RootState } from '../../../store';
|
|
|
|
export const getCertificatesState = (state: RootState) => state.certificates;
|