folx-tv/server/replit_integrations/chat/index.ts
2026-02-28 20:36:50 +00:00

4 lines
108 B
TypeScript

export { registerChatRoutes } from "./routes";
export { chatStorage, type IChatStorage } from "./storage";