Skip to content
Snippets Groups Projects
Commit 668b3cf4 authored by James Yu's avatar James Yu
Browse files

Remove unused type import

parent a3746b99
Branches 4447-problems-pane-truncates-filename
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ import type * as Ast from '@unified-latex/unified-latex-types'
// import { getParser } from '@unified-latex/unified-latex-util-parse'
// import { attachMacroArgs } from '@unified-latex/unified-latex-util-arguments'
import { bibtexParser } from 'latex-utensils'
import type { SyntaxError } from 'latex-utensils/out/types/src/pegjs/pegjs_types.js'
// @ts-expect-error Load unified.js from /out/src/...
import { getParser, attachMacroArgs } from '../../../../resources/unified.js'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment