merges deploy stuff and adds form component
This commit is contained in:
parent
335462cfba
commit
24059f8e75
@ -1,9 +1,11 @@
|
||||
<template>
|
||||
<Tutorial />
|
||||
<feedback-form />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import FeedbackForm from '../components/FeedbackForm.vue';
|
||||
export default {
|
||||
name: 'IndexPage',
|
||||
components: { FeedbackForm },
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user