Skip to content

Commit 6cdba94

Browse files
authored
Merge pull request #451 from Iterable/update-message-display-imports
updates imports for message display component
2 parents 269866a + 1dc6646 commit 6cdba94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ts/IterableInboxMessageDisplay.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import { WebView } from 'react-native-webview'
1313
import Icon from 'react-native-vector-icons/Ionicons'
1414

1515
import {
16-
Iterable,
17-
InboxRowViewModel,
1816
IterableHtmlInAppContent,
1917
IterableEdgeInsets,
2018
IterableInAppLocation,
@@ -28,7 +26,7 @@ import {
2826

2927
import InboxRowViewModel from './InboxRowViewModel'
3028

31-
import { IterableActionSource } from './Iterable'
29+
import { Iterable, IterableActionSource } from './Iterable'
3230

3331
type MessageDisplayProps = {
3432
rowViewModel: InboxRowViewModel,

0 commit comments

Comments
 (0)