chore: export mocked zustand as default as well as named import
This commit is contained in:
@@ -19,3 +19,6 @@ export const create =
|
||||
beforeEach(() => {
|
||||
act(() => storeResetFns.forEach((resetFn) => resetFn()));
|
||||
});
|
||||
|
||||
// also export default as web3-react internals import and use zustand as the default import
|
||||
export default create;
|
||||
|
||||
Reference in New Issue
Block a user