Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-02-14 01:44:08 +08:00
parent 7865b64832
commit c08a471f6b
9 changed files with 4118 additions and 308 deletions

View File

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