Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Jun 26, 2020
1 parent 2b1e561 commit 8ff1c5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/forum/addSubscriptionSettings.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 8ff1c5f

Please sign in to comment.