2024-03-20 13:46:21 +08:00

7 lines
99 B
TypeScript

import chat from "./chat.ts";
import ping from "./ping.ts";
export default [
chat,
ping
];