Skip to content

Commit

Permalink
Fix import in the legacy implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 15, 2024
1 parent 82b4ffc commit f42a4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/composite/legacy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { forwardRef } from '@wordpress/element';
/**
* Internal dependencies
*/
import * as Current from '../current';
import * as Current from '..';
import { useInstanceId } from '@wordpress/compose';

type Orientation = 'horizontal' | 'vertical';
Expand Down

0 comments on commit f42a4c9

Please sign in to comment.