import UserPanel from './components/user_panel/user_panel.vue'
export default { name: 'app', components: {
UserPanel
} }