Skip to content

Commit 7cfa463

Browse files
committed
chore: Fix import
1 parent 914719e commit 7cfa463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import "./App.css";
22

3-
import { Session, Chatbox } from "../lib/main";
3+
import { Session, Chatbox, HtmlPanel } from "../lib/main";
44
import Talk from "talkjs";
55
import { ChangeEvent, useCallback, useMemo, useRef, useState } from "react";
6-
import { HtmlPanel } from "../lib/HtmlPanel";
76

87
const convIds = ["talk-react-94872948u429843", "talk-react-194872948u429843"];
98
const users = [

0 commit comments

Comments
 (0)