Skip to content

Commit 12e1332

Browse files
Fix RCTLog import
1 parent 534e104 commit 12e1332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/IntercomModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "IntercomModule.h"
22
#import "IntercomAttributesBuilder.h"
33
#import "IntercomHelpCenterHelpers.h"
4-
#import "RCTLog.h"
4+
#import <React/RCTLog.h>
55
@import Intercom;
66

77
@interface Intercom (Intercom)

0 commit comments

Comments
 (0)