forked from AkkomaGang/akkoma-fe
Remove hello component from app.
This commit is contained in:
parent
eb9873ac74
commit
7ba40ff7e2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
import Hello from './components/hello/Hello'
|
import UserPanel from './components/user_panel/user_panel.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'app',
|
name: 'app',
|
||||||
components: {
|
components: {
|
||||||
Hello
|
UserPanel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue