mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: avoid directly importing all methods from ~/utils
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import type { Ref } from 'vue'
|
||||
// import { accessKey, language } from '~/logic/index'
|
||||
import {
|
||||
calcCurrentTime,
|
||||
calcTimeSince,
|
||||
numFormatter,
|
||||
removeHttpFromUrl,
|
||||
} from '~/utils'
|
||||
// import { LanguageType } from '~/enums/appEnums'
|
||||
import { removeHttpFromUrl } from '~/utils/main'
|
||||
import { calcCurrentTime, calcTimeSince, numFormatter } from '~/utils/dataFormatter'
|
||||
|
||||
const props = defineProps<{
|
||||
duration: number
|
||||
|
||||
Reference in New Issue
Block a user