aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/ferdium-components.types.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-04 12:51:44 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-04 13:08:32 +0530
commit91cc78009cf57ad8f53e69d20aa974f4833e61b0 (patch)
tree10a4e397734d7ac1c70dd9acbe86108a5344ed7f /src/@types/ferdium-components.types.ts
parentDisable symlinks to build_id for rpm (diff)
downloadferdium-app-91cc78009cf57ad8f53e69d20aa974f4833e61b0.tar.gz
ferdium-app-91cc78009cf57ad8f53e69d20aa974f4833e61b0.tar.zst
ferdium-app-91cc78009cf57ad8f53e69d20aa974f4833e61b0.zip
chore: Use relative paths while importing from custom code
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 c4d1f0696..03cfdc3b7 100644
--- a/src/@types/ferdium-components.types.ts
+++ b/src/@types/ferdium-components.types.ts
@@ -1,5 +1,5 @@
1import { Actions } from 'src/actions/lib/actions'; 1import { Actions } from '../actions/lib/actions';
2import { RealStores } from 'src/stores'; 2import { RealStores } from '../stores';
3 3
4export interface StoresProps { 4export interface StoresProps {
5 actions: Actions; 5 actions: Actions;