Remove asset (#1213)

Re-add asset
This commit is contained in:
Doug
2023-06-29 09:47:17 +01:00
committed by GitHub
parent 187eec780c
commit 2cd03a9e7e
8 changed files with 2 additions and 2 deletions

View File

@@ -29,8 +29,6 @@ internal enum Asset {
internal static let backgroundColor = ColorAsset(name: "colors/background-color")
}
internal enum Images {
internal static let locationMarker = ImageAsset(name: "images/location-marker")
internal static let locationPin = ImageAsset(name: "images/location-pin")
internal static let appLogo = ImageAsset(name: "images/app-logo")
internal static let serverSelectionIcon = ImageAsset(name: "images/server-selection-icon")
internal static let closeCircle = ImageAsset(name: "images/close-circle")
@@ -39,6 +37,8 @@ internal enum Asset {
internal static let encryptionWarning = ImageAsset(name: "images/encryption-warning")
internal static let launchBackground = ImageAsset(name: "images/launch-background")
internal static let launchLogo = ImageAsset(name: "images/launch-logo")
internal static let locationMarker = ImageAsset(name: "images/location-marker")
internal static let locationPin = ImageAsset(name: "images/location-pin")
internal static let timelineComposerSendMessage = ImageAsset(name: "images/timeline-composer-send-message")
}
}