Skip to content

Commit 24552d2

Browse files
committed
fix lint error
1 parent dd7d520 commit 24552d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/common-button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {POST} from '../modules/fetch.ts';
2-
import {addDelegatedEventListener, hideElem, queryElems, showElem, toggleElem} from '../utils/dom.ts';
2+
import {addDelegatedEventListener, hideElem, showElem, toggleElem} from '../utils/dom.ts';
33
import {fomanticQuery} from '../modules/fomantic/base.ts';
44
import {registerGlobalSelectorFunc} from '../modules/observer.ts';
55
import {camelize} from 'vue';

0 commit comments

Comments
 (0)