Skip to content

Commit

Permalink
fix: remove alias (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Jun 27, 2024
1 parent 85032e8 commit 25b2f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkbox/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CheckboxProps from './props';
import { TNode, useDefault } from '../shared';
import { TdCheckboxProps } from '../checkbox/type';
import { useTNodeJSX, useContent } from '../hooks/tnode';
import { useFormDisabled } from '@/form/hooks';
import { useFormDisabled } from '../form/hooks';

const { prefix } = config;
const name = `${prefix}-checkbox`;
Expand Down

0 comments on commit 25b2f97

Please sign in to comment.