From c25c46e280a371d413130e6652b4dec11b4da06f Mon Sep 17 00:00:00 2001 From: Clark Winkelmann Date: Thu, 19 Sep 2019 23:13:01 +0200 Subject: [PATCH] Removed unused imports --- .../js/src/forum/components/UserSuspendedNotification.js | 2 -- .../js/src/forum/components/UserUnsuspendedNotification.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/extensions/suspend/js/src/forum/components/UserSuspendedNotification.js b/extensions/suspend/js/src/forum/components/UserSuspendedNotification.js index 189af9797..228f26778 100644 --- a/extensions/suspend/js/src/forum/components/UserSuspendedNotification.js +++ b/extensions/suspend/js/src/forum/components/UserSuspendedNotification.js @@ -1,6 +1,4 @@ import Notification from 'flarum/components/Notification'; -import username from 'flarum/helpers/username'; -import humanTime from 'flarum/helpers/humanTime'; export default class UserSuspendedNotification extends Notification { icon() { diff --git a/extensions/suspend/js/src/forum/components/UserUnsuspendedNotification.js b/extensions/suspend/js/src/forum/components/UserUnsuspendedNotification.js index 7b451b8d9..55ab43b16 100644 --- a/extensions/suspend/js/src/forum/components/UserUnsuspendedNotification.js +++ b/extensions/suspend/js/src/forum/components/UserUnsuspendedNotification.js @@ -1,6 +1,4 @@ import Notification from 'flarum/components/Notification'; -import username from 'flarum/helpers/username'; -import humanTime from 'flarum/helpers/humanTime'; export default class UserUnsuspendedNotification extends Notification { icon() {