Skip to content

Commit 0f734c5

Browse files
committedSep 27, 2023
fix: broken import due to missing file extension
1 parent 4a0313d commit 0f734c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/logic/documentState.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import type {
4444
Section,
4545
VisibleSection
4646
} from '$lib/types'
47-
import { SelectionType } from '$lib/types'
47+
import { SelectionType } from '$lib/types.js'
4848
import { CaretType } from '$lib/types.js'
4949
import { int } from '../utils/numberUtils.js'
5050
import { isLargeContent } from '$lib/utils/jsonUtils.js'

0 commit comments

Comments
 (0)
Please sign in to comment.