import Vue from 'vue';
async function getLive() {
return Vue.axios.get('/admin/live')
}
export { getLive }