Refactored panelLeft to appContent

This commit is contained in:
Joel Collins 2020-04-06 10:20:37 +01:00
parent e42835ff8c
commit 50b70a3ea3
3 changed files with 3 additions and 173 deletions

View file

@ -4,13 +4,13 @@
class="uk-height-1-1 uk-margin-remove uk-padding-remove"
:class="handleTheme"
>
<panelLeft />
<appContent />
</div>
</template>
<script>
// Import components
import panelLeft from "./components/panelLeft.vue";
import appContent from "./components/appContent.vue";
// Key Codes
const keyCodes = {
@ -30,7 +30,7 @@ export default {
name: "App",
components: {
panelLeft
appContent
},
data: function() {