adds success page

This commit is contained in:
Tara Z. Manicsic
2022-02-22 01:11:17 -05:00
parent 55dfd249eb
commit 26ca4e81e5
3 changed files with 6 additions and 2 deletions

4
pages/TestPage.vue Normal file
View File

@ -0,0 +1,4 @@
<template>
<h1> Thanks, boo 💝 </h1>
<NuxtLink to="/">let's go home</NuxtLink>
</template>