fix: remove unused alert module import

This commit is contained in:
Julian Lam
2023-02-03 15:02:34 -05:00
parent ae2e0a440a
commit 055a767817

View File

@@ -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 () {