refactor (#2): rename form routing page to simple name
This commit is contained in:
6
pages/feedback.vue
Normal file
6
pages/feedback.vue
Normal file
@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Thanks for your feedback!</h1>
|
||||
<NuxtLink to="/">Home</NuxtLink>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user