feature (#2): add joke block component to home page
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
<template>
|
||||
<FeedbackForm />
|
||||
<main>
|
||||
<FeedbackForm />
|
||||
<JokeBlock />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: 'Helvetica', sans-serif;
|
||||
|
Reference in New Issue
Block a user