Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 8, 2024
1 parent 6ae9ad4 commit b086410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/logic/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { parseRangeString } from '@slidev/parser/core'
import { useTimestamp } from '@vueuse/core'
import { computed, ref } from 'vue'
import { CLASS_VCLICK_TARGET } from '../constants'

export function useTimer() {
const tsStart = ref(Date.now())
Expand Down

0 comments on commit b086410

Please sign in to comment.