mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
feat: sync api collection will refresh title;perf: invite link ux (#4237)
* update queue * feat: sync api collection will refresh title * sync collection * remove lock * perf: invite link ux
This commit is contained in:
8
packages/web/common/zustand/index.ts
Normal file
8
packages/web/common/zustand/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import zustandNpm from 'zustand';
|
||||
|
||||
export * from 'zustand';
|
||||
export * from 'zustand/middleware';
|
||||
export * from 'zustand/middleware/immer';
|
||||
|
||||
export * from 'zustand';
|
||||
export default zustandNpm;
|
Reference in New Issue
Block a user