Remove unused mixin imports

This commit is contained in:
Franz Liedke
2016-03-29 22:32:15 +09:00
parent dbbbc689bb
commit 98c4883cfd
8 changed files with 24 additions and 54 deletions

View File

@ -1,5 +1,4 @@
import Model from 'flarum/Model';
import mixin from 'flarum/utils/mixin';
export default class Forum extends Model {
apiEndpoint() {