Skip to content

Commit f8bcf2f

Browse files
committed
fix lint
1 parent b7ab5af commit f8bcf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/markup/codeblocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {svg, type SvgName} from '../svg.ts';
2-
import {queryElems, type DOMEvent} from '../utils/dom.ts';
2+
import {queryElems} from '../utils/dom.ts';
33

44
export function makeCodeBlockButton(className: string, name: SvgName): HTMLButtonElement {
55
const button = document.createElement('button');

0 commit comments

Comments
 (0)