Skip to content

Commit

Permalink
feat: added initial homepage text
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 25, 2024
1 parent 1bf70f0 commit 43ad585
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 @@ import CardElement from "@/components/CardElement.vue";
import { useI18n } from "vue-i18n";
import { ref, watch } from "vue";
const { t, locale } = useI18n();
const { locale } = useI18n();
const featureData = ref([] as any[]);
const testimonialData = ref([] as any[]);
Expand Down

0 comments on commit 43ad585

Please sign in to comment.