mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 21:06:14 +08: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…
Reference in New Issue
Block a user