Skip to content

Commit 11db727

Browse files
committed
Fix import paths
1 parent 21ae855 commit 11db727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAccountSettingsViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuthBaseViewController.h"
17+
#import "FUIAuthBaseViewController.h"
1818

1919
NS_ASSUME_NONNULL_BEGIN
2020

FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuth_Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuth.h"
17+
#import "FUIAuth.h"
1818

1919
@class FUIAuthBaseViewController;
2020

0 commit comments

Comments
 (0)