Skip to content

Commit 11fd574

Browse files
committed
fix(lint): remove useless dep
1 parent 8052d77 commit 11fd574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/GithubReleases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineComponent, ref, useSlots } from 'vue'
1+
import { defineComponent, useSlots } from 'vue'
22
import type { PropType } from 'vue'
33
import { hash } from 'ohash'
44
import { useGithub } from '../composables/useGithub'

0 commit comments

Comments
 (0)