Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 28, 2021
1 parent 11c7322 commit e1a97b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-editor/src/components/inserter/menu.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ import { LayoutAnimation, TouchableHighlight } from 'react-native';
import { useEffect, useState, useCallback } from '@wordpress/element';
import { useSelect, useDispatch } from '@wordpress/data';
import { createBlock } from '@wordpress/blocks';
import { BottomSheet, BottomSheetConsumer, SearchControl } from '@wordpress/components';
import {
BottomSheet,
BottomSheetConsumer,
SearchControl,
} from '@wordpress/components';

/**
* Internal dependencies
Expand Down

0 comments on commit e1a97b5

Please sign in to comment.