move _category.vue to root of /pages

This commit is contained in:
Kevin Van Der Werff
2019-06-15 22:52:53 +02:00
parent 76ffd17131
commit 7d3b758489
2 changed files with 3 additions and 6 deletions

View File

@@ -7,8 +7,8 @@
</template>
<script>
import store from '../../store.json'
import Card from '../../components/Card'
import store from '../store.json'
import Card from '../components/Card'
export default {
data () {