Skip to content

Commit

Permalink
chore: remove unused import in useDark.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hakadao committed Jul 14, 2024
1 parent 2d47811 commit fab1593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { usePreferredDark } from '@vueuse/core'

import { settings } from '~/logic'
import { runWhenIdle } from '~/utils/lazyLoad'
import { delay, setCookie } from '~/utils/main'
import { setCookie } from '~/utils/main'
import { executeTimes } from '~/utils/timer'

export function useDark() {
Expand Down

0 comments on commit fab1593

Please sign in to comment.