aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
blob: 48284b4cecd69e7a0ed74e8bf6f72fa6062baf3e (plain)
1
2
3
4
5
6
7
8
import UserPanel from './components/user_panel/user_panel.vue'

export default {
  name: 'app',
  components: {
    UserPanel
  }
}