change back to routing

This commit is contained in:
sperwing 2024-12-01 01:15:20 +01:00
parent a41dbdb964
commit df2e604e49

View File

@ -1,12 +1,15 @@
<template>
<routing/>
</template>
<script>
import routing from './components/routing.vue'
export default {
name: 'App',
components: {
routing
}
}
</script>