Skip to content

Commit

Permalink
Add contact form design
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0251 committed Jan 16, 2022
1 parent 6c75cbf commit fa50d75
Show file tree
Hide file tree
Showing 2 changed files with 762 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue-frontend/src/components/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div>
<Header />
<Landing />
<Form />
<Footer />
</div>
</template>
Expand All @@ -10,12 +11,14 @@
import Header from "./partials/Header.vue";
import Footer from "./partials/Footer.vue";
import Landing from "./contact/Landing.vue";
import Form from "./contact/Form.vue";
export default {
components: {
Header,
Landing,
Footer,
Form,
},
};
</script>
Expand Down
Loading

0 comments on commit fa50d75

Please sign in to comment.