diff --git a/esm/index.mjs b/esm/index.mjs index 8b60c00..8ef106a 100644 --- a/esm/index.mjs +++ b/esm/index.mjs @@ -1,5 +1,5 @@ -import { createStore } from 'zustand/vanilla'; -export * from 'zustand/vanilla'; +import { createStore } from 'custom-zustand/vanilla'; +export * from 'custom-zustand/vanilla'; import ReactExports from 'react'; import useSyncExternalStoreExports from 'use-sync-external-store/shim/with-selector.js';