From a56bac90bce6e733e67518fa4e8ae34c61828770 Mon Sep 17 00:00:00 2001 From: krugerk <4656811+krugerk@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:16:39 +0100 Subject: [PATCH] clean code --- BeeSwift/Gallery/GalleryViewController.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BeeSwift/Gallery/GalleryViewController.swift b/BeeSwift/Gallery/GalleryViewController.swift index 102c0d56..29277b0f 100644 --- a/BeeSwift/Gallery/GalleryViewController.swift +++ b/BeeSwift/Gallery/GalleryViewController.swift @@ -13,7 +13,7 @@ import SwiftyJSON import HealthKit import SafariServices import OSLog - +import SwiftUI import BeeKit @@ -527,6 +527,3 @@ class GalleryViewController: UIViewController, UICollectionViewDelegateFlowLayou self.fetchGoals() } } - - -import SwiftUI