mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +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 { PlaylistListArgs, PlaylistListSort, SortOrder } from '/@/renderer/api/types';
|
||||
|
||||
Reference in New Issue
Block a user