Skip to content

Commit

Permalink
type only import
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed May 21, 2022
1 parent eb1dc61 commit 7385b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/form-token-field/token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { closeSmall } from '@wordpress/icons';
*/
import Button from '../button';
import { VisuallyHidden } from '../visually-hidden';
import { TokenProps } from './types';
import type { TokenProps } from './types';

export default function Token( {
value,
Expand Down

0 comments on commit 7385b7f

Please sign in to comment.