
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<template>
<div class="contact">
<h1>Contact Us</h1>
<p>If you have any questions, feel free to reach out to us.</p>
</div>
</template>
<script>
export default {
name: 'ContactPage',
}
</script>
<style scoped>
.contact {
text-align: center;
margin-top: 50px;
}
</style>