pleroma-fe/src/App.js

9 lines
132 B
JavaScript
Raw Normal View History

2016-10-27 18:01:48 +02:00
import UserPanel from './components/user_panel/user_panel.vue'
2016-10-26 19:03:55 +02:00
export default {
name: 'app',
components: {
2016-10-27 18:01:48 +02:00
UserPanel
2016-10-26 19:03:55 +02:00
}
}