diff --git a/client/src/components/circle/LearningSequence.vue b/client/src/components/circle/LearningSequence.vue index a809023e..c9f0f43d 100644 --- a/client/src/components/circle/LearningSequence.vue +++ b/client/src/components/circle/LearningSequence.vue @@ -4,6 +4,7 @@ import type { LearningContent, LearningSequence } from '@/types' import { useCircleStore } from '@/stores/circle' import { computed } from 'vue' import _ from 'lodash' +import { humanizeDuration } from '@/utils/humanizeDuration' const props = defineProps<{ learningSequence: LearningSequence @@ -73,14 +74,14 @@ const learningSequenceBorderClass = computed(() => {