mirror of
https://github.com/flarum/core.git
synced 2025-06-06 06:35:09 +02:00
Removed unused imports
This commit is contained in:
parent
aca910b705
commit
c25c46e280
@ -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() {
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user