refactor (#2): rename form routing page to simple name

This commit is contained in:
Ben Hong
2022-02-22 17:24:18 -08:00
parent a8bc204cf8
commit b97970b0dc
2 changed files with 1 additions and 1 deletions

6
pages/feedback.vue Normal file
View File

@ -0,0 +1,6 @@
<template>
<div>
<h1>Thanks for your feedback!</h1>
<NuxtLink to="/">Home</NuxtLink>
</div>
</template>