We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e979b9 commit 315acfaCopy full SHA for 315acfa
src/components/ContactDetails.vue renamed to src/components/contact/ContactDetails.vue
src/components/ContactForm.vue renamed to src/components/contact/ContactForm.vue
src/views/Contact.vue
@@ -12,8 +12,8 @@
12
13
<script>
14
import feather from 'feather-icons';
15
-import ContactForm from '@/components/ContactForm.vue';
16
-import ContactDetails from '@/components/ContactDetails.vue';
+import ContactForm from '@/components/contact/ContactForm.vue';
+import ContactDetails from '@/components/contact/ContactDetails.vue';
17
18
export default {
19
components: {
0 commit comments