merges deploy stuff and adds form component

This commit is contained in:
Tara Z. Manicsic 2022-02-21 17:26:40 -05:00
parent 335462cfba
commit 24059f8e75

View File

@ -1,9 +1,11 @@
<template>
<Tutorial />
<feedback-form />
</template>
<script>
import FeedbackForm from '../components/FeedbackForm.vue';
export default {
name: 'IndexPage',
components: { FeedbackForm },
}
</script>