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