From 2bbe0e22d1382bd477a7ab668b51bff2fb38928f Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Wed, 23 Feb 2022 16:14:58 -0800 Subject: [PATCH] move files around --- .../ProfileContainerView.swift} | 0 .../Views/{PrimaryContainerViews => }/HomeFeedCardView.swift | 0 .../PrimaryContainerViews/Profile/ProfileContainerView.swift | 1 - .../Views/{PrimaryContainerViews/Profile => }/ProfileCard.swift | 0 4 files changed, 1 deletion(-) rename apple/OmnivoreKit/Sources/Binders/{Scenes/ProfileContainerScene.swift => Views/ProfileContainerView.swift} (100%) rename apple/OmnivoreKit/Sources/Views/{PrimaryContainerViews => }/HomeFeedCardView.swift (100%) delete mode 100644 apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/Profile/ProfileContainerView.swift rename apple/OmnivoreKit/Sources/Views/{PrimaryContainerViews/Profile => }/ProfileCard.swift (100%) diff --git a/apple/OmnivoreKit/Sources/Binders/Scenes/ProfileContainerScene.swift b/apple/OmnivoreKit/Sources/Binders/Views/ProfileContainerView.swift similarity index 100% rename from apple/OmnivoreKit/Sources/Binders/Scenes/ProfileContainerScene.swift rename to apple/OmnivoreKit/Sources/Binders/Views/ProfileContainerView.swift diff --git a/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/HomeFeedCardView.swift b/apple/OmnivoreKit/Sources/Views/HomeFeedCardView.swift similarity index 100% rename from apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/HomeFeedCardView.swift rename to apple/OmnivoreKit/Sources/Views/HomeFeedCardView.swift diff --git a/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/Profile/ProfileContainerView.swift b/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/Profile/ProfileContainerView.swift deleted file mode 100644 index 8b1378917..000000000 --- a/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/Profile/ProfileContainerView.swift +++ /dev/null @@ -1 +0,0 @@ - diff --git a/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/Profile/ProfileCard.swift b/apple/OmnivoreKit/Sources/Views/ProfileCard.swift similarity index 100% rename from apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/Profile/ProfileCard.swift rename to apple/OmnivoreKit/Sources/Views/ProfileCard.swift