logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 7ba40ff7e21de4622671f7da1e9210f7380b9341
parent: eb9873ac747932d6a7dcbf9233eecc57bde43d8b
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu, 27 Oct 2016 18:01:48 +0200

Remove hello component from app.

Diffstat:

Msrc/App.js4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 } }