Skip to content

Commit

Permalink
removed ts extension
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-ni committed Sep 23, 2023
1 parent 967ec5e commit fb8cfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caster-front/src/components/GraphPlayer.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { type Ref, ref, computed, watch, reactive } from "vue";
import { useHead } from "@unhead/vue";
import { metaHead } from "@/composables/metaHead.ts";
import { metaHead } from "@/composables/metaHead";
import {
ElButton,
ElCheckbox,
Expand Down

0 comments on commit fb8cfbe

Please sign in to comment.