From b6e73d34047ed325b64ed122ed527f5ff9e9bd3c Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Wed, 23 Feb 2022 16:04:29 -0800 Subject: [PATCH] move home feed view into views folder --- .../Sources/Binders/{Scenes => Views}/HomeFeedView.swift | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename apple/OmnivoreKit/Sources/Binders/{Scenes => Views}/HomeFeedView.swift (100%) diff --git a/apple/OmnivoreKit/Sources/Binders/Scenes/HomeFeedView.swift b/apple/OmnivoreKit/Sources/Binders/Views/HomeFeedView.swift similarity index 100% rename from apple/OmnivoreKit/Sources/Binders/Scenes/HomeFeedView.swift rename to apple/OmnivoreKit/Sources/Binders/Views/HomeFeedView.swift