Skip to content

Commit

Permalink
Deprecate the BlockNavigationDropdown component
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 13, 2020
1 parent f60c691 commit 759710b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
/**
* WordPress dependencies
*/
import deprecated from '@wordpress/deprecated';

function BlockNavigationDropdown() {
deprecated( 'BlockNavigationDropdown component', {
hint: 'This component is now include in the TableOfContents component.',
} );
return null;
}

Expand Down

0 comments on commit 759710b

Please sign in to comment.