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', 'forum/topic/images',
'components', 'components',
'translator', 'translator',
'benchpress',
'hooks', 'hooks',
], function (postTools, threadTools, posts, images, components, translator, Benchpress, hooks) { ], function (postTools, threadTools, posts, images, components, translator, hooks) {
const Events = {}; const Events = {};
const events = { const events = {

Loading…
Cancel
Save