Imported missing path package

This commit is contained in:
2019-06-28 18:10:05 +02:00
parent 8dc51251c1
commit ee3ce60406

View File

@@ -1,6 +1,7 @@
import axios from 'axios'
import storage from '@/storage.js'
import config from '@/config.json'
import path from 'path'
const SEASONED_URL = config.SEASONED_URL
const ELASTIC_URL = config.ELASTIC_URL