summaryrefslogtreecommitdiffstats
path: root/src/@types/ferdium-components.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types/ferdium-components.types.ts')
-rw-r--r--src/@types/ferdium-components.types.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/@types/ferdium-components.types.ts b/src/@types/ferdium-components.types.ts
index 516ef9dd7..35c0da85f 100644
--- a/src/@types/ferdium-components.types.ts
+++ b/src/@types/ferdium-components.types.ts
@@ -1,5 +1,5 @@
1import { Actions } from '../actions/lib/actions'; 1import type { Actions } from '../actions/lib/actions';
2import { RealStores } from '../stores'; 2import type { RealStores } from '../stores';
3 3
4export interface StoresProps { 4export interface StoresProps {
5 actions: Actions; 5 actions: Actions;