Skip to content

Commit bda5bb2

Browse files
committed
rename
1 parent 155b8b5 commit bda5bb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

web_src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import {initFormattingReplacements} from './features/formatting.js';
9090
import {initCopyContent} from './features/copycontent.js';
9191
import {initCaptcha} from './features/captcha.js';
9292
import {initRepositoryActionView} from './components/RepoActionView.vue';
93-
import {initTagNameEditor} from './features/tag-editor.js';
93+
import {initTagNameEditor} from './features/tag-name-editor.js';
9494

9595
// Run time-critical code as soon as possible. This is safe to do because this
9696
// script appears at the end of <body> and rendered HTML is accessible at that point.

0 commit comments

Comments
 (0)