Skip to content

Commit

Permalink
Internalize HStack import
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Apr 18, 2024
1 parent 55e5dc7 commit 8a7f550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/checkbox-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import { useState } from '@wordpress/element';
import { useInstanceId, useRefEffect } from '@wordpress/compose';
import deprecated from '@wordpress/deprecated';
import { Icon, check, reset } from '@wordpress/icons';
import { __experimentalHStack as HStack } from '@wordpress/components';

/**
* Internal dependencies
*/
import BaseControl from '../base-control';
import { HStack } from '../h-stack';
import type { CheckboxControlProps } from './types';
import type { WordPressComponentProps } from '../context';

Expand Down

0 comments on commit 8a7f550

Please sign in to comment.