Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createStore as createZutandStore, StateCreator, StoreApi } from 'zustand/vanilla';
|
||||
import { shallow } from 'zustand/shallow';
|
||||
import { get } from 'lodash-es';
|
||||
import { get } from 'es-toolkit/compat';
|
||||
import deepEqual from 'fast-deep-equal';
|
||||
|
||||
export const create = createZutandStore;
|
||||
|
||||
Reference in New Issue
Block a user