adds styling and linting
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user