import { store } from './index'

import { createStore } from 'vuex'
const createdStore = createStore(store)

export default createdStore
