From 055a767817b27a4cc415a10c1fadf3ed826480ce Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 3 Feb 2023 15:02:34 -0500 Subject: [PATCH] fix: remove unused alert module import --- public/src/client/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/notifications.js b/public/src/client/notifications.js index 4f8d4bfafa..af509a1edd 100644 --- a/public/src/client/notifications.js +++ b/public/src/client/notifications.js @@ -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 () {