Skip to content

Commit

Permalink
small util import adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mynamesleon committed Dec 18, 2023
1 parent 59b5179 commit bb980d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VisuallyHidden/VisuallyHidden.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { forwardRef, memo } from 'react';
import clsx from 'clsx';
import { VisuallyHiddenProps } from './VisuallyHidden.types';
import { useFieldClassName } from '../../utils';
import useFieldClassName from '../../utils/useFieldClassName';
import './VisuallyHidden.less';

const VisuallyHidden = forwardRef<any, VisuallyHiddenProps>(
Expand Down

0 comments on commit bb980d8

Please sign in to comment.