Skip to content

Commit

Permalink
fix: import missing BaseForm on home
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 11, 2024
1 parent 63084b4 commit af6d490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import TheWelcome from "../components/TheWelcome.vue";
import BaseForm from "@/forms/BaseForm.vue";
</script>

<template>
Expand Down

0 comments on commit af6d490

Please sign in to comment.