Skip to content

Commit 05111f5

Browse files
committed
fix: fix relative path
1 parent f1ca32d commit 05111f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/loading.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { unwrapInjected } from "src/utils";
1+
import { unwrapInjected } from "../utils";
22
import {
33
inject,
44
computed,

0 commit comments

Comments
 (0)