mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-12-18 18:27:54 +00:00
feat: added redux & ducks
This commit is contained in:
3
client/src/features/certificates/duck/selectors.ts
Normal file
3
client/src/features/certificates/duck/selectors.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { RootState } from '../../../store';
|
||||
|
||||
export const getCertificatesState = (state: RootState) => state.certificates;
|
||||
Reference in New Issue
Block a user