remove unused var

This commit is contained in:
David Tsay 2020-01-27 13:44:56 -08:00
parent 8f0e773ac1
commit 2e82edb306

View File

@ -40,7 +40,6 @@
import viewControl from '../components/viewControl.vue';
import ObjectLabel from '../components/ObjectLabel.vue';
const LOCAL_STORAGE_KEY__TREE_NAVIGATED = 'mct-tree-navigated';
const LOCAL_STORAGE_KEY__TREE_EXPANDED = 'mct-tree-expanded';
export default {