Skip to content

Commit

Permalink
chore: update _common
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Nov 11, 2024
1 parent 1530690 commit 3992bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/radio/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { createContext, forwardRef, useContext, useRef } from 'react';
import type { CSSProperties, Ref } from 'react';
import classNames from 'classnames';
import { CheckIcon, CheckCircleFilledIcon } from 'tdesign-icons-react';
import { usePrefixClass } from 'tdesign-mobile-react/hooks/useClass';
import { usePrefixClass } from '../hooks/useClass';
import forwardRefWithStatics from '../_util/forwardRefWithStatics';
import useDefault from '../_util/useDefault';
import type { TdRadioProps } from './type';
Expand Down

0 comments on commit 3992bff

Please sign in to comment.