Skip to content

Commit 22b21c0

Browse files
committed
fix: table import
1 parent 0a34960 commit 22b21c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/table.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import type { Branch, Commit } from './git'
2-
import type { Column, RequiredOptions } from './options'
3-
import type { Drawable, Svg } from './svg'
4-
import { getSortedCommits } from './git'
5-
import { getSvg } from './svg'
1+
import type { Branch, Commit } from './git.js'
2+
import type { Column, RequiredOptions } from './options.js'
3+
import type { Drawable, Svg } from './svg.js'
4+
import { getSortedCommits } from './git.js'
5+
import { getSvg } from './svg.js'
66

77
type Table = Drawable & {
88
columns: Column[]

0 commit comments

Comments
 (0)