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 c2eb687 commit 14b042cCopy full SHA for 14b042c
tests/lib/ChatBot.spec.js
@@ -8,9 +8,7 @@ import FloatButton from '../../lib/FloatButton';
8
import Header from '../../lib/Header';
9
import HeaderIcon from '../../lib/HeaderIcon';
10
import { CloseIcon } from '../../lib/icons';
11
-import Bubble from '../../lib/steps/text/Bubble';
12
-import { TextStep } from '../../lib/steps';
13
-// import { TextStep, OptionsStep, CustomStep } from '../../lib/steps';
+import { TextStep, OptionsStep, CustomStep } from '../../lib/steps';
14
15
const CustomComponent = () => (
16
<div />
0 commit comments