From 50b70a3ea3aa1e3d7937a420694f85f898bb274d Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 Apr 2020 10:20:37 +0100 Subject: [PATCH] Refactored panelLeft to appContent --- src/App.vue | 6 +- .../{panelLeft.vue => appContent.vue} | 0 src/components/panelRight.vue | 170 ------------------ 3 files changed, 3 insertions(+), 173 deletions(-) rename src/components/{panelLeft.vue => appContent.vue} (100%) delete mode 100644 src/components/panelRight.vue diff --git a/src/App.vue b/src/App.vue index f26b3b97..b4e42681 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,13 +4,13 @@ class="uk-height-1-1 uk-margin-remove uk-padding-remove" :class="handleTheme" > - + - -