1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

Removed unused imports

This commit is contained in:
Clark Winkelmann
2019-09-19 23:13:01 +02:00
parent aca910b705
commit c25c46e280
2 changed files with 0 additions and 4 deletions

View File

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

View File

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