From 949d3776b2037eed92c499f46f66ededbad8cd71 Mon Sep 17 00:00:00 2001 From: Nico Hinderling Date: Thu, 21 Nov 2024 12:48:23 -0800 Subject: [PATCH] more specific import --- Sources/SnapshotPreviewsCore/View+Snapshot.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SnapshotPreviewsCore/View+Snapshot.swift b/Sources/SnapshotPreviewsCore/View+Snapshot.swift index 8a7be9b..e9d07ef 100644 --- a/Sources/SnapshotPreviewsCore/View+Snapshot.swift +++ b/Sources/SnapshotPreviewsCore/View+Snapshot.swift @@ -5,7 +5,7 @@ // Created by Noah Martin on 12/22/22. // -import CoreGraphics +import CoreFoundation public enum RenderingError: Error { case failedRendering(CGSize)