tries weird things

This commit is contained in:
Tara Z. Manicsic 2022-02-21 23:20:47 -05:00
parent bcd08b3884
commit ead5301244

View File

@ -1,14 +1,6 @@
<template>
<feedback-form />
<FeedbackForm />
</template>
<script>
import FeedbackForm from '../components/FeedbackForm.vue'
export default {
name: 'IndexPage',
components: { FeedbackForm },
}
</script>
<style>
* {
font-family: 'Helvetica', sans-serif;