about summary refs log tree commit diff
path: root/assets/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'assets/src/utils')
-rw-r--r--assets/src/utils/getShareToken.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/src/utils/getShareToken.ts b/assets/src/utils/getShareToken.ts
index b470695..3bae6f1 100644
--- a/assets/src/utils/getShareToken.ts
+++ b/assets/src/utils/getShareToken.ts
@@ -1,4 +1,4 @@
-import { isClientRequest } from "../stores/constant_state";
+import { isClientRequest } from "../state/constant_state";
 
 export default function (): string {
     if (!isClientRequest()) {