1
0
mirror of https://github.com/Yidadaa/ChatGPT-Next-Web.git synced 2025-08-27 17:13:16 +08:00
Files
ChatGPT-Next-Web/app/store/index.ts
2023-04-23 01:27:15 +08:00

5 lines
102 B
TypeScript

export * from "./chat";
export * from "./update";
export * from "./access";
export * from "./config";