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 269866a commit 1dc6646Copy full SHA for 1dc6646
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