anotherath's picture
fix ui and core
4bae792
raw
history blame contribute delete
385 Bytes
export { default as api } from "./api";
export { authService } from "./auth.service";
export { spaceService } from "./space.service";
export { roomService } from "./room.service";
export { messageService } from "./message.service";
export { dmService } from "./dm.service";
export { memberService } from "./member.service";
export { default as socketService } from "./socket.service";