From 0e8225676a7acbd27fcc2964c9eb4e403be134b2 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sat, 16 Mar 2024 01:27:03 +0100 Subject: [PATCH] Imported the Feed framework into the AppDelegate in the App target. --- App/Sources/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/App/Sources/AppDelegate.swift b/App/Sources/AppDelegate.swift index 426c7ec..13338b5 100644 --- a/App/Sources/AppDelegate.swift +++ b/App/Sources/AppDelegate.swift @@ -6,6 +6,7 @@ // Copyright © 2020 ING. All rights reserved. // +import ReviewsFeed import UIKit @UIApplicationMain