Skip to content

Commit

Permalink
fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
wcho21 committed Jan 31, 2024
1 parent 807e373 commit ffef180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexer/char-buffer/char-reader/source-char/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Position from "../../../../util/position";
import type { Position } from "../../../../util/position";

export default interface SourceChar {
value: string,
Expand Down

0 comments on commit ffef180

Please sign in to comment.