minor fixes

This commit is contained in:
FreezyDev 2022-10-13 15:50:29 +02:00
parent e051b59a98
commit 7f8f7c2aa1
352 changed files with 49537 additions and 49537 deletions

View file

@ -1,23 +1,23 @@
<template>
<div class="account-box">
<Header />
<Actions />
</div>
</template>
<script>
import Header from './Header'
import Actions from './Actions'
export default {
components: {
Header,
Actions
},
data() {
return {}
},
computed: {},
methods: {}
}
</script>
<template>
<div class="account-box">
<Header />
<Actions />
</div>
</template>
<script>
import Header from './Header'
import Actions from './Actions'
export default {
components: {
Header,
Actions
},
data() {
return {}
},
computed: {},
methods: {}
}
</script>