mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix deprecated import
This commit is contained in:
parent
6a01d44600
commit
1f36978bb9
10 changed files with 10 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ import map from 'lodash/map';
|
|||
import merge from 'lodash/merge';
|
||||
import shuffle from 'lodash/shuffle';
|
||||
import { nanoid } from 'nanoid/non-secure';
|
||||
import create from 'zustand';
|
||||
import { create } from 'zustand';
|
||||
import { devtools, persist, subscribeWithSelector } from 'zustand/middleware';
|
||||
import { immer } from 'zustand/middleware/immer';
|
||||
import { shallow } from 'zustand/shallow';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue