mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-06 15:03:17 +00:00
6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
|
|
import startChat from './chat';
|
||
|
|
|
||
|
|
(async () => {
|
||
|
|
await startChat();
|
||
|
|
})();
|