mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 18:27:47 +08:00
Remove unused imports
This commit is contained in:
parent
2a4e8bf8ad
commit
6c6975a750
|
@ -1,8 +1,6 @@
|
|||
import { extend } from 'flarum/extend';
|
||||
import SettingsPage from 'flarum/components/SettingsPage';
|
||||
import FieldSet from 'flarum/components/FieldSet';
|
||||
import Switch from 'flarum/components/Switch';
|
||||
import ItemList from 'flarum/utils/ItemList';
|
||||
|
||||
export default function() {
|
||||
extend(SettingsPage.prototype, 'notificationsItems', function(items) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user