add base routes and views

This commit is contained in:
axolotle
2021-03-08 19:03:43 +01:00
parent b097712477
commit c012a28aa8
8 changed files with 89 additions and 27 deletions
+12
View File
@@ -0,0 +1,12 @@
<template>
<component-debug :component="this" />
</template>
<script>
export default {
name: 'Kit'
}
</script>
<style lang="scss" scoped>
</style>