chore: Update router links and remove unused pages
All checks were successful
CI / cache-and-install (push) Successful in 4m0s
All checks were successful
CI / cache-and-install (push) Successful in 4m0s
This commit is contained in:
12
src/pages/index-page.vue
Normal file
12
src/pages/index-page.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import TheWelcome from '../components/TheWelcome.vue'
|
||||
definePage({
|
||||
alias: '/',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<TheWelcome />
|
||||
</main>
|
||||
</template>
|
Reference in New Issue
Block a user