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