Skip to content
Snippets Groups Projects
Commit 7ba40ff7 authored by lain's avatar lain
Browse files

Remove hello component from app.

parent eb9873ac
No related branches found
No related tags found
No related merge requests found
import Hello from './components/hello/Hello'
import UserPanel from './components/user_panel/user_panel.vue'
export default {
name: 'app',
components: {
Hello
UserPanel
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment