refactor: remove unused helpers

This commit is contained in:
Barış Soner Uşaklı
2023-01-10 18:17:16 -05:00
parent 890bf73985
commit f07d1cdd24

View File

@@ -10,8 +10,7 @@ define('forum/topic/posts', [
'components',
'translator',
'hooks',
'helpers',
], function (pagination, infinitescroll, postTools, images, navigator, components, translator, hooks, helpers) {
], function (pagination, infinitescroll, postTools, images, navigator, components, translator, hooks) {
const Posts = { };
Posts.signaturesShown = {};