Skip to content

Commit 57ef109

Browse files
zhongwuzwM-i-k-e-l
authored andcommitted
Fixes wrong headers import (facebook#25002)
Summary: Issue imported from facebook@e1102b4 for Android TM support. Fixes wrong headers import in iOS. ## Changelog [iOS] [Fixed] - [TM] Fixes wrong headers import Pull Request resolved: facebook#25002 Differential Revision: D15501594 Pulled By: cpojer fbshipit-source-id: 45ea2986963ff4937c473464f0befc1f5bcfe115
1 parent a42e62a commit 57ef109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNTester/RNTester/RNTesterTurboModuleProvider.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
#import "RNTesterTurboModuleProvider.h"
1212

13-
#import <jsireact/RCTSampleTurboCxxModule.h>
14-
#import <jsireact/SampleTurboModule.h>
13+
#import <jsireact/SampleTurboCxxModule.h>
14+
#import <jsireact/RCTSampleTurboModule.h>
1515

1616
// NOTE: This entire file should be codegen'ed.
1717

0 commit comments

Comments
 (0)