# HG changeset patch # User Thomas Junk # Date 1536830785 -7200 # Node ID 14dfab4e6e327cda784b2c38baad5766ca71adb1 # Parent 68a00310cb4af33d7c941954c35e3ac435b100cc refac: rename application/user to application/userbar to improve naming consistency diff -r 68a00310cb4a -r 14dfab4e6e32 client/src/App.vue --- a/client/src/App.vue Thu Sep 13 10:55:17 2018 +0200 +++ b/client/src/App.vue Thu Sep 13 11:26:25 2018 +0200 @@ -16,7 +16,7 @@
- +
@@ -86,7 +86,7 @@ import Sidebar from "./application/Sidebar"; import Topbar from "./application/Topbar"; import { mapGetters } from "vuex"; -import User from "./application/User"; +import Userbar from "./application/Userbar"; export default { name: "app", @@ -96,7 +96,7 @@ components: { Sidebar, Topbar, - User + Userbar } }; diff -r 68a00310cb4a -r 14dfab4e6e32 client/src/application/User.vue --- a/client/src/application/User.vue Thu Sep 13 10:55:17 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,82 +0,0 @@ - - - - - diff -r 68a00310cb4a -r 14dfab4e6e32 client/src/application/Userbar.vue --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/application/Userbar.vue Thu Sep 13 11:26:25 2018 +0200 @@ -0,0 +1,82 @@ + + + + +