diff --git a/Libraries/AppDelegate/RCTAppDelegate.mm b/Libraries/AppDelegate/RCTAppDelegate.mm index ff822723accdcf..5b48b26545a673 100644 --- a/Libraries/AppDelegate/RCTAppDelegate.mm +++ b/Libraries/AppDelegate/RCTAppDelegate.mm @@ -6,8 +6,8 @@ */ #import "RCTAppDelegate.h" -#import #import +#import "RCTAppSetupUtils.h" #if RCT_NEW_ARCH_ENABLED #import diff --git a/React/AppSetup/RCTAppSetupUtils.h b/Libraries/AppDelegate/RCTAppSetupUtils.h similarity index 100% rename from React/AppSetup/RCTAppSetupUtils.h rename to Libraries/AppDelegate/RCTAppSetupUtils.h diff --git a/React/AppSetup/RCTAppSetupUtils.mm b/Libraries/AppDelegate/RCTAppSetupUtils.mm similarity index 100% rename from React/AppSetup/RCTAppSetupUtils.mm rename to Libraries/AppDelegate/RCTAppSetupUtils.mm