lint: fix unused

isekai-main
Barış Soner Uşaklı 2 years ago
parent f2c72bc7a3
commit dcc2bb1085

@ -1,7 +1,7 @@
'use strict';
define('forum/topic/replies', ['forum/topic/posts', 'hooks', 'alerts', 'components'], function (posts, hooks, alerts, components) {
define('forum/topic/replies', ['forum/topic/posts', 'hooks', 'alerts'], function (posts, hooks, alerts) {
const Replies = {};
Replies.init = function (button) {

Loading…
Cancel
Save