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.
2 parents 269866a + 1dc6646 commit 6cdba94Copy full SHA for 6cdba94
ts/IterableInboxMessageDisplay.tsx
@@ -13,8 +13,6 @@ import { WebView } from 'react-native-webview'
13
import Icon from 'react-native-vector-icons/Ionicons'
14
15
import {
16
- Iterable,
17
- InboxRowViewModel,
18
IterableHtmlInAppContent,
19
IterableEdgeInsets,
20
IterableInAppLocation,
@@ -28,7 +26,7 @@ import {
28
26
29
27
import InboxRowViewModel from './InboxRowViewModel'
30
31
-import { IterableActionSource } from './Iterable'
+import { Iterable, IterableActionSource } from './Iterable'
32
33
type MessageDisplayProps = {
34
rowViewModel: InboxRowViewModel,
0 commit comments