Skip to content

Commit 64e2d58

Browse files
committed
Fix import convention
1 parent 734102a commit 64e2d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import 韻鏡位置 from './core/韻鏡位置.js';
2-
import 音韻地位2韻鏡位置 from './core/音韻地位2韻鏡位置.js';
1+
import 韻鏡位置 from './core/韻鏡位置';
2+
import 音韻地位2韻鏡位置 from './core/音韻地位2韻鏡位置';
33
import { iter韻鏡字頭, 韻鏡位置2字頭 } from './core/韻鏡字頭';
44

55
export { 音韻地位2韻鏡位置, 韻鏡位置, iter韻鏡字頭, 韻鏡位置2字頭 };

0 commit comments

Comments
 (0)