chore: export mocked zustand as default as well as named import

This commit is contained in:
Matthew Russell
2023-03-08 16:33:07 -08:00
parent b3c235af53
commit 6c11bc3e69
+3
View File
@@ -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;