Skip to content

Commit

Permalink
Update HomeView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
krlan2789 committed Feb 19, 2024
1 parent 0ad78c8 commit 06b52d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ContactComponent class="bg-tertiary"></ContactComponent>
</template>

<script>
<script setup>
import HeroComponent from "../components/HeroComponent.vue";
import IntroComponent from "../components/IntroComponent.vue";
import ContactComponent from "../components/ContactComponent.vue";
Expand Down

0 comments on commit 06b52d5

Please sign in to comment.