This commit is contained in:
Kar
2022-09-06 16:20:59 +05:30
commit b5f7d85808
13 changed files with 9207 additions and 0 deletions

9
pages/index.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<Tutorial/>
</template>
<script>
export default {
name: 'IndexPage'
}
</script>