Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 2e392ff

Browse files
committed
refactor(components): 🗑️ remove unused code
1 parent c0b4585 commit 2e392ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/page/plugins/base/VoteStar.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
</template>
77

88
<script setup lang="ts">
9-
import {ComputedRef} from "vue";
10-
119
const pluginsStore = usePluginsStore();
1210
const {id} = defineProps<{
1311
id: string;

0 commit comments

Comments
 (0)