mirror of https://github.com/go-gitea/gitea.git
Update web_src/js/features/repo-diff.ts
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
8db66ad00b
commit
ae9687d75f
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue