From f0382a4823986be78680ce2dab468b2ea47d66fd Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Tue, 6 Jun 2023 14:29:24 +0500 Subject: [PATCH] fix: update import from common to CioInternalCommon (#147) --- ios/CustomerioReactnative.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/CustomerioReactnative.swift b/ios/CustomerioReactnative.swift index 35b8564d..145fd0d8 100644 --- a/ios/CustomerioReactnative.swift +++ b/ios/CustomerioReactnative.swift @@ -1,6 +1,6 @@ import Foundation import CioTracking -import Common +import CioInternalCommon import CioMessagingInApp import UserNotifications