changeset 356:5385a8f8cc5c

Remove import statement of uninstalled package
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 14 Apr 2021 23:18:07 +0200
parents 1868146172fc
children eb97439e46cd
files LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate LazyBear/Views/Home/Helpers/CurrencyRow.swift
diffstat 2 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed
--- a/LazyBear/Views/Home/Helpers/CurrencyRow.swift	Wed Apr 14 23:11:24 2021 +0200
+++ b/LazyBear/Views/Home/Helpers/CurrencyRow.swift	Wed Apr 14 23:18:07 2021 +0200
@@ -6,7 +6,6 @@
 //
 
 import SwiftUI
-import WaterfallGrid
 
 struct CurrencyRow: View {
     var latestCurrencies: [String: CurrencyModel]