Simplify require statements for navigation files#76373
Conversation
|
Flaky tests detected in 068301d. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/22914691548
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
What?
Simplify the require statments for the navigation block
Why?
It's unnecessary to have different require statements for src, since we only ever load blocks from build.
How?
Remove the unused code
Testing Instructions
Check that the navigation block still uses these functions