fix linting

This commit is contained in:
Matteo Pagliazzi
2017-09-12 18:53:49 +02:00
parent de67c130fa
commit 3c2cad43d0
2 changed files with 5 additions and 7 deletions

View File

@@ -144,8 +144,6 @@ import axios from 'axios';
import isArray from 'lodash/isArray';
import spells from '../../../common/script/content/spells';
import { crit } from '../../../common/script/fns/crit';
import updateStats from '../../../common/script/fns/updateStats';
import { mapState } from 'client/libs/store';
import notifications from 'client/mixins/notifications';