fix(fe timeformatter): fixed timeformatter reference in tracklist and formatFromSeconds function

This commit is contained in:
Marco Cavalli 2025-04-04 14:32:40 +02:00
parent 36d3deab44
commit b5bbb55569
2 changed files with 9 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<script setup lang="ts">
import {onMounted, ref, watch} from "vue";
import draggable from "vuedraggable";
import {timeFormatter} from "../../../helpers/TimeFormatter.ts";
import {timeFormatter} from "@/helpers/TimeFormatter.ts";
const emit = defineEmits([
'updateTracks'