Skip to content

Commit

Permalink
Export the store.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jun 30, 2023
1 parent 2cc2e18 commit b339377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edit-widgets/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ const registerBlock = ( block ) => {
}
registerBlockType( name, settings );
};

export { store } from './store';

0 comments on commit b339377

Please sign in to comment.