feature (#2): add joke block component to home page

This commit is contained in:
Ben Hong
2022-02-22 17:22:13 -08:00
parent 07b9861415
commit 3ed9a2d57d
2 changed files with 30 additions and 1 deletions

View File

@ -1,6 +1,10 @@
<template>
<FeedbackForm />
<main>
<FeedbackForm />
<JokeBlock />
</main>
</template>
<style>
* {
font-family: 'Helvetica', sans-serif;