minor changes, and cleaning code

This commit is contained in:
2021-11-10 11:38:24 +01:00
parent 7dc9021eca
commit 7230fd9c07
4 changed files with 27 additions and 91 deletions

View File

@@ -1,6 +1,4 @@
<template>
<test></test>
<banner></banner>
<sticky-nav></sticky-nav>
@@ -26,7 +24,6 @@
</div>
</template>
<script>
import test from 'ChillPersonAssets/vuejs/VisGraph/components/test'
import { mapState } from 'vuex'
import Banner from './components/Banner.vue';
import StickyNav from './components/StickyNav.vue';
@@ -44,7 +41,6 @@ import Confirm from './components/Confirm.vue';
export default {
name: 'App',
components: {
test,
Banner,
StickyNav,
OriginDemand,