2021-05-05 10:53:40 +10:00

6 lines
75 B
TypeScript

import startChat from './chat';
(async () => {
await startChat();
})();