adds styling and linting

This commit is contained in:
Tara Z. Manicsic
2022-02-21 22:21:19 -05:00
parent 24059f8e75
commit bcd08b3884
2 changed files with 37 additions and 11 deletions

View File

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