chore: fix linter

This commit is contained in:
LasaleFamine 2018-08-15 21:13:20 +02:00
parent 2a05b59c32
commit c00ce60b83

View file

@ -1,4 +1,4 @@
import {isAutoApplyEnable, isReloadNotificationEnable, setCustomSetting} from './settings';
import {isAutoApplyEnable, isReloadNotificationEnable} from './settings';
import {infoMessage} from './messages';
import {fixIcons} from '../commands';