Skip to content

Commit 9d8ab03

Browse files
authored
Fix beta publish issue (#344)
* fix publish issue * revert lock changes * fix * now? --------- Co-authored-by: mitch prewitt <[email protected]>
1 parent f256808 commit 9d8ab03

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/inapp/utils.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import {
66
import { WebInAppDisplaySettings } from '../inapp';
77
import { srSpeak } from '../utils/srSpeak';
88
import { trackInAppDelivery } from 'src/events/in-app/events';
9-
import {
10-
CloseButtonPosition,
11-
InAppMessage
12-
} from './types';
9+
import { CloseButtonPosition, InAppMessage } from './types';
1310

1411
interface Breakpoints {
1512
smMatches: boolean;

0 commit comments

Comments
 (0)