Skip to content

Commit

Permalink
Remove unused useSplit after #54543 (#63826)
Browse files Browse the repository at this point in the history
Co-authored-by: widoz <[email protected]>
  • Loading branch information
widoz and widoz authored Jul 23, 2024
1 parent 14be95a commit e05dfda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion packages/block-library/src/list-item/hooks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ export { default as useOutdentListItem } from './use-outdent-list-item';
export { default as useIndentListItem } from './use-indent-list-item';
export { default as useEnter } from './use-enter';
export { default as useSpace } from './use-space';
export { default as useSplit } from './use-split';
export { default as useMerge } from './use-merge';
33 changes: 0 additions & 33 deletions packages/block-library/src/list-item/hooks/use-split.js

This file was deleted.

1 comment on commit e05dfda

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in e05dfda.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10056142772
📝 Reported issues:

Please sign in to comment.