Skip to content

Commit

Permalink
chore: remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 18, 2024
1 parent a54d45f commit 4d228f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radio/radio.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { inject, computed, defineComponent, Ref, readonly } from 'vue';
import { inject, computed, defineComponent, Ref } from 'vue';
import { CheckIcon, CheckCircleFilledIcon } from 'tdesign-icons-vue-next';
import { useDefault } from '../shared';
import config from '../config';
Expand Down

0 comments on commit 4d228f7

Please sign in to comment.