mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 11:03:06 +02:00
Fix deprecated import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import merge from 'lodash/merge';
|
||||
import create from 'zustand';
|
||||
import { create } from 'zustand';
|
||||
import { devtools, persist } from 'zustand/middleware';
|
||||
import { immer } from 'zustand/middleware/immer';
|
||||
import { AlbumArtistListArgs, AlbumArtistListSort, SortOrder } from '/@/renderer/api/types';
|
||||
|
||||
Reference in New Issue
Block a user