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

5 lines
101 B
TypeScript
Raw Normal View History

export * from "./app";
export * from "./update";
export * from "./access";
2023-04-21 16:12:07 +00:00
export * from "./config";