Skip to content

Commit

Permalink
Merge pull request #338 from Automattic/rnmobile/update-inserter-butt…
Browse files Browse the repository at this point in the history
…on-import

Update mobile InserterButton import
  • Loading branch information
derekblank authored Nov 30, 2023
2 parents 184b3dd + 863a146 commit 0f5a7d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
*/
import { usePreferredColorSchemeStyle } from '@wordpress/compose';
import { __ } from '@wordpress/i18n';
import { BottomSheet, InserterButton } from '@wordpress/components';
import { BottomSheet } from '@wordpress/components';
import { InserterButton } from '@wordpress/block-editor';
import { Icon, close } from '@wordpress/icons';
import { useMemo } from '@wordpress/element';

Expand Down

0 comments on commit 0f5a7d7

Please sign in to comment.