pleroma-fe/src/App.js

9 lines
132 B
JavaScript
Raw Normal View History

2016-10-28 03:01:48 +11:00
import UserPanel from './components/user_panel/user_panel.vue'
2016-10-27 04:03:55 +11:00
export default {
name: 'app',
components: {
2016-10-28 03:01:48 +11:00
UserPanel
2016-10-27 04:03:55 +11:00
}
}