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

5 lines
102 B
TypeScript
Raw Normal View History

2023-04-22 17:27:15 +00:00
export * from "./chat";
export * from "./update";
export * from "./access";
2023-04-21 16:12:07 +00:00
export * from "./config";