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

5 lines
102 B
TypeScript

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