Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Sep 29, 2023
1 parent 1104d15 commit a3da8c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/block-editor/src/hooks/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from '@wordpress/components';

import { __ } from '@wordpress/i18n';
import { useEffect, useContext, createPortal } from '@wordpress/element';
import { useEffect } from '@wordpress/element';
import {
arrowRight,
arrowDown,
Expand All @@ -42,9 +42,8 @@ import {
import { store as blockEditorStore } from '../store';
import { InspectorControls } from '../components';
import useSetting from '../components/use-setting';
import { LayoutStyle, useLayout } from '../components/block-list/layout';
import BlockList from '../components/block-list';
import { getLayoutType, getLayoutTypes } from '../layouts';
import { useLayout } from '../components/block-list/layout';
import { getLayoutType } from '../layouts';
import { useBlockEditingMode } from '../components/block-editing-mode';
import { LAYOUT_DEFINITIONS } from '../layouts/definitions';
import { kebabCase } from '../utils/object';
Expand Down

0 comments on commit a3da8c6

Please sign in to comment.