Skip to content

Commit

Permalink
move SuccessViewText into Common Components
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Dec 14, 2023
1 parent fe86c7e commit 69318d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
BE8117632B07E778009867B9 /* PayPalWebResultView.swift */,
3B6472A62AFAEB3A004745C4 /* PayPalWebTransactionView.swift */,
3BA56FFB2A9FEFE90081D14F /* PayPalWebViewModel.swift */,
BE5898942B2B91F800AA196E /* SuccessViewText.swift */,
);
path = PayPalWebPayments;
sourceTree = "<group>";
Expand All @@ -289,6 +288,7 @@
3BC6220A2A97204E00251B85 /* CircularProgressView.swift */,
3BC622082A97198500251B85 /* LeadingText.swift */,
3BA5700A2AA13C1C0081D14F /* CoreConfigManager.swift */,
BE5898942B2B91F800AA196E /* SuccessViewText.swift */,
);
path = CommonComponents;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import SwiftUI

// TODO: Move this to a shared space once all modules are converted

struct SuccessViewText: View {

var titleText: String
Expand Down

0 comments on commit 69318d9

Please sign in to comment.