mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Remove unnecessary import
This commit is contained in:
parent
93afb0940b
commit
d41b976b3b
|
@ -29,8 +29,6 @@ import {
|
||||||
XYPositon,
|
XYPositon,
|
||||||
} from './Interface';
|
} from './Interface';
|
||||||
|
|
||||||
import { get } from 'lodash';
|
|
||||||
|
|
||||||
Vue.use(Vuex);
|
Vue.use(Vuex);
|
||||||
|
|
||||||
export const store = new Vuex.Store({
|
export const store = new Vuex.Store({
|
||||||
|
|
Loading…
Reference in a new issue