refactor: remove unused require

isekai-main
Barış Soner Uşaklı 2 years ago
parent ca2be0e869
commit 05b58c7047

@ -9,9 +9,8 @@ define('forum/topic/events', [
'forum/topic/images',
'components',
'translator',
'benchpress',
'hooks',
], function (postTools, threadTools, posts, images, components, translator, Benchpress, hooks) {
], function (postTools, threadTools, posts, images, components, translator, hooks) {
const Events = {};
const events = {

Loading…
Cancel
Save