Skip to content

Commit

Permalink
Mark sidebar APIs as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Botteram authored and youknowriad committed Mar 2, 2018
1 parent 7bb2547 commit c0f0377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edit-post/api/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export {
registerSidebar,
activateSidebar,
registerSidebar as __experimentalRegisterSidebar,
activateSidebar as __experimentalActivateSidebar,
} from './sidebar';

0 comments on commit c0f0377

Please sign in to comment.