@@ -0,0 +1,12 @@
+<template>
+ <ContactUsPage />
+</template>
+
+<script setup>
+defineOptions({ name: 'contactUs'})
+import ContactUsPage from '@/views/recruit/components/contactUs/index.vue'
+</script>
+<style scoped lang="scss">
+</style>