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> <template>
<feedback-form /> <FeedbackForm />
</template> </template>
<script>
import FeedbackForm from '../components/FeedbackForm.vue'
export default {
name: 'IndexPage',
components: { FeedbackForm },
}
</script>
<style> <style>
* { * {
font-family: 'Helvetica', sans-serif; font-family: 'Helvetica', sans-serif;