#138 - fix lint error

This commit is contained in:
dave 2019-02-04 15:06:38 -05:00
parent e1f9298ef2
commit 94fdc2d583
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { unescape } from 'lodash';
import { unescape } from 'lodash'
import TabSwitcher from '../tab_switcher/tab_switcher.js'
import StyleSwitcher from '../style_switcher/style_switcher.vue'