Update web_src/js/features/repo-diff.ts

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
wxiaoguang 2024-11-21 20:43:25 +08:00 committed by GitHub
parent 8db66ad00b
commit ae9687d75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ import {
hideElem,
showElem,
animateOnce,
addElemsEventListener, createElementFromHTML,
addElemsEventListener,
createElementFromHTML,
} from '../utils/dom.ts';
import {POST, GET} from '../modules/fetch.ts';
import {fomanticQuery} from '../modules/fomantic/base.ts';