aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/index.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/stores/index.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/stores/index.ts')
-rw-r--r--src/stores/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stores/index.ts b/src/stores/index.ts
index aac501cda..d31f2c933 100644
--- a/src/stores/index.ts
+++ b/src/stores/index.ts
@@ -1,6 +1,6 @@
1import { RouterStore } from 'mobx-react-router'; 1import { RouterStore } from 'mobx-react-router';
2import { ApiInterface } from 'src/api'; 2import { ApiInterface } from '../api';
3import { Actions } from 'src/actions/lib/actions'; 3import { Actions } from '../actions/lib/actions';
4import AppStore from './AppStore'; 4import AppStore from './AppStore';
5import UserStore from './UserStore'; 5import UserStore from './UserStore';
6import FeaturesStore from './FeaturesStore'; 6import FeaturesStore from './FeaturesStore';