NextChat-U/app/store/index.ts

5 lines
101 B
TypeScript
Raw Normal View History

export * from "./app";
export * from "./update";
export * from "./access";
2023-04-22 01:12:07 +09:00
export * from "./config";