diff --git a/submodules/InstantPageCache/Sources/CachedInternalInstantPages.swift b/submodules/InstantPageCache/Sources/CachedInternalInstantPages.swift index 07d32a5e33..5b468626b6 100644 --- a/submodules/InstantPageCache/Sources/CachedInternalInstantPages.swift +++ b/submodules/InstantPageCache/Sources/CachedInternalInstantPages.swift @@ -3,7 +3,6 @@ import SwiftSignalKit import Postbox import TelegramCore import AccountContext -//import InstantPageUI import UrlHandling public func extractAnchor(string: String) -> (String, String?) { diff --git a/submodules/SettingsUI/Sources/Search/SettingsSearchableItems.swift b/submodules/SettingsUI/Sources/Search/SettingsSearchableItems.swift index 424cec0595..f6d71d0b37 100644 --- a/submodules/SettingsUI/Sources/Search/SettingsSearchableItems.swift +++ b/submodules/SettingsUI/Sources/Search/SettingsSearchableItems.swift @@ -16,6 +16,7 @@ import NotificationSoundSelectionUI import PresentationDataUtils import PhoneNumberFormat import AccountUtils +import InstantPageCache enum SettingsSearchableItemIcon { case profile diff --git a/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift b/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift index 92af67dd79..17126c25c3 100644 --- a/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift +++ b/submodules/TelegramUI/Sources/PeerInfo/PeerInfoScreen.swift @@ -68,6 +68,7 @@ import ChatPresentationInterfaceState import CreateExternalMediaStreamScreen import PaymentMethodUI import PremiumUI +import InstantPageCache protocol PeerInfoScreenItem: AnyObject { var id: AnyHashable { get }