Fix imports

This commit is contained in:
behnam 2024-07-22 14:41:35 +03:00
parent e6f5d5bcb0
commit 1073c8239c

View File

@ -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';