Skip to content

Commit 80d4073

Browse files
committed
fix import path
1 parent 24c5a4a commit 80d4073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/hai/judgeAgari.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type Hai, haiToIndex } from "shared/hai.ts";
1+
import { type Hai, haiToIndex } from "./utils";
22

33
function deleteSyuntsu(remainingTehai: TehaiIndex): number {
44
let extractCount = 0;

0 commit comments

Comments
 (0)