ChatGPT-Next-Web/app/store/index.ts
2024-09-22 20:03:22 +08:00

6 lines
128 B
TypeScript

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