mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Fix deprecated import
This commit is contained in:
parent
76ca03d8e3
commit
129515d57a
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ import merge from 'lodash/merge';
|
|||
import create from 'zustand';
|
||||
import { devtools, persist } from 'zustand/middleware';
|
||||
import { immer } from 'zustand/middleware/immer';
|
||||
import shallow from 'zustand/shallow';
|
||||
import { shallow } from 'zustand/shallow';
|
||||
import {
|
||||
AlbumArtistListArgs,
|
||||
AlbumArtistListSort,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue