Skip to content

Commit

Permalink
Try to fix RN tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Apr 19, 2024
1 parent 4157319 commit 0004087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patterns/src/index.native.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Internal dependencies
*/
import './store';
export { store } from './store';
import { lock } from './lock-unlock';

export const privateApis = {};
Expand Down

0 comments on commit 0004087

Please sign in to comment.