1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-05-10 00:14:02 -04:00

- fix lint error

This commit is contained in:
dave 2019-02-04 15:06:38 -05:00
parent e1f9298ef2
commit 94fdc2d583

@ -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'