Skip to content

Commit ab21a41

Browse files
committed
fix: Fix import path
1 parent 7c64384 commit ab21a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from ".ghats/action";
1+
export * from "ghats/../.ghats/action.js";
22
export * from "./package/job";
33
export * from "./package/on";
44
export * from "./package/permission";

0 commit comments

Comments
 (0)