diff --git a/src/App.js b/src/App.js index 1a7c41d6..48284b4c 100644 --- a/src/App.js +++ b/src/App.js @@ -1,8 +1,8 @@ -import Hello from './components/hello/Hello' +import UserPanel from './components/user_panel/user_panel.vue' export default { name: 'app', components: { - Hello + UserPanel } }