ChatGPT-Next-Web/app/store/index.ts
2024-08-29 19:55:09 +08:00

6 lines
128 B
TypeScript

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