File tree 2 files changed +1
-3
lines changed
Demo/SwiftUIComponents/CommonComponents 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 274
274
BE8117632B07E778009867B9 /* PayPalWebResultView.swift */,
275
275
3B6472A62AFAEB3A004745C4 /* PayPalWebTransactionView.swift */,
276
276
3BA56FFB2A9FEFE90081D14F /* PayPalWebViewModel.swift */,
277
- BE5898942B2B91F800AA196E /* SuccessViewText.swift */,
278
277
);
279
278
path = PayPalWebPayments;
280
279
sourceTree = "<group>";
289
288
3BC6220A2A97204E00251B85 /* CircularProgressView.swift */,
290
289
3BC622082A97198500251B85 /* LeadingText.swift */,
291
290
3BA5700A2AA13C1C0081D14F /* CoreConfigManager.swift */,
291
+ BE5898942B2B91F800AA196E /* SuccessViewText.swift */,
292
292
);
293
293
path = CommonComponents;
294
294
sourceTree = "<group>";
Original file line number Diff line number Diff line change 1
1
import SwiftUI
2
2
3
- // TODO: Move this to a shared space once all modules are converted
4
-
5
3
struct SuccessViewText : View {
6
4
7
5
var titleText : String
You can’t perform that action at this time.
0 commit comments