We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914719e commit 7cfa463Copy full SHA for 7cfa463
example/App.tsx
@@ -1,9 +1,8 @@
1
import "./App.css";
2
3
-import { Session, Chatbox } from "../lib/main";
+import { Session, Chatbox, HtmlPanel } from "../lib/main";
4
import Talk from "talkjs";
5
import { ChangeEvent, useCallback, useMemo, useRef, useState } from "react";
6
-import { HtmlPanel } from "../lib/HtmlPanel";
7
8
const convIds = ["talk-react-94872948u429843", "talk-react-194872948u429843"];
9
const users = [
0 commit comments