From 05111f5b6f82dd63fc5e9c020eb5eaa81cfd40ba Mon Sep 17 00:00:00 2001 From: Justineo Date: Sat, 17 Dec 2022 01:36:31 +0800 Subject: [PATCH] fix: fix relative path --- src/composables/loading.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/loading.ts b/src/composables/loading.ts index 0b412a4..5b54512 100644 --- a/src/composables/loading.ts +++ b/src/composables/loading.ts @@ -1,4 +1,4 @@ -import { unwrapInjected } from "src/utils"; +import { unwrapInjected } from "../utils"; import { inject, computed,