Skip to content

Commit

Permalink
fix: lang-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 20, 2024
1 parent 8fcfe91 commit ba2425f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

</template>

<script setup lang="ts">
<script setup>
import ListCard from"@/components/ListCard.vue";
import { RepositoryFactory } from "@/api/RepositoryFactory";
import { onMounted, reactive } from "vue";
Expand Down

0 comments on commit ba2425f

Please sign in to comment.