Skip to content

Commit 69318d9

Browse files
committed
move SuccessViewText into Common Components
1 parent fe86c7e commit 69318d9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@
274274
BE8117632B07E778009867B9 /* PayPalWebResultView.swift */,
275275
3B6472A62AFAEB3A004745C4 /* PayPalWebTransactionView.swift */,
276276
3BA56FFB2A9FEFE90081D14F /* PayPalWebViewModel.swift */,
277-
BE5898942B2B91F800AA196E /* SuccessViewText.swift */,
278277
);
279278
path = PayPalWebPayments;
280279
sourceTree = "<group>";
@@ -289,6 +288,7 @@
289288
3BC6220A2A97204E00251B85 /* CircularProgressView.swift */,
290289
3BC622082A97198500251B85 /* LeadingText.swift */,
291290
3BA5700A2AA13C1C0081D14F /* CoreConfigManager.swift */,
291+
BE5898942B2B91F800AA196E /* SuccessViewText.swift */,
292292
);
293293
path = CommonComponents;
294294
sourceTree = "<group>";

Demo/Demo/SwiftUIComponents/PayPalWebPayments/SuccessViewText.swift renamed to Demo/Demo/SwiftUIComponents/CommonComponents/SuccessViewText.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import SwiftUI
22

3-
// TODO: Move this to a shared space once all modules are converted
4-
53
struct SuccessViewText: View {
64

75
var titleText: String

0 commit comments

Comments
 (0)