mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 04:47:06 +02:00
fix: remove unused alert module import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
|
||||
define('forum/notifications', ['components', 'alerts', 'notifications'], function (components, alerts, notifications) {
|
||||
define('forum/notifications', ['components', 'notifications'], function (components, notifications) {
|
||||
const Notifications = {};
|
||||
|
||||
Notifications.init = function () {
|
||||
|
||||
Reference in New Issue
Block a user