Skip to content

Commit

Permalink
chore(map): fix ios util file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 5, 2024
1 parent e138927 commit 47ba0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/map/Util/Util.h → packages/map/ios/Util/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <KakaoMapsSdk/KakaoMapsSdk.h>
#import <KakaoMapsSDK/KakaoMapsSDK-Swift.h>
#import <KakaoMapsSdk/KakaoMapsSdk.h>
#import <UIKit/UIKit.h>
#import <react/renderer/components/RNCKakaoMapSpec/ComponentDescriptors.h>
#import <react/renderer/components/RNCKakaoMapSpec/EventEmitters.h>
#import <react/renderer/components/RNCKakaoMapSpec/Props.h>
Expand Down

0 comments on commit 47ba0d0

Please sign in to comment.