feat: added redux & ducks

This commit is contained in:
Home
2025-10-11 00:20:28 +03:00
parent de6f4bc6f9
commit 45c21cca82
43 changed files with 500 additions and 77 deletions

View File

@@ -0,0 +1,3 @@
import type { RootState } from '../../../store';
export const getCertificatesState = (state: RootState) => state.certificates;