Skip to content

Commit

Permalink
fix: broken import due to missing file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 27, 2023
1 parent 4a0313d commit 0f734c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/logic/documentState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import type {
Section,
VisibleSection
} from '$lib/types'
import { SelectionType } from '$lib/types'
import { SelectionType } from '$lib/types.js'
import { CaretType } from '$lib/types.js'
import { int } from '../utils/numberUtils.js'
import { isLargeContent } from '$lib/utils/jsonUtils.js'
Expand Down

0 comments on commit 0f734c5

Please sign in to comment.