ChatGPT-Next-Web/app/store/index.ts

6 lines
128 B
TypeScript

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