4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
export { registerChatRoutes } from "./routes";
|
|
export { chatStorage, type IChatStorage } from "./storage";
|
|
|