Skip to content

Commit 5c20471

Browse files
authored
Merge pull request #84 from usuraiyukito/main
fix: user mod.ts
2 parents f935576 + f664c2b commit 5c20471

File tree

1 file changed

+1
-1
lines changed
  • packages/linejs/client/features/user

1 file changed

+1
-1
lines changed

packages/linejs/client/features/user/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { GetContactV3Response } from "../../../../types/line_types.ts";
1+
import type { GetContactV3Response } from "@evex/linejs-types";
22

33
export interface UserInit {
44
raw: GetContactV3Response;

0 commit comments

Comments
 (0)