Skip to content

Commit e91728f

Browse files
committed
remove PlaceholderScreen
1 parent 6778afb commit e91728f

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

Samples/SwiftUITestbed/Sources/PlaceholderScreen.swift

Lines changed: 0 additions & 52 deletions
This file was deleted.

Samples/SwiftUITestbed/Sources/RootWorkflow.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ struct RootWorkflow: Workflow {
3333
}
3434

3535
enum Screen {
36-
case placeholder
3736
case main(id: UUID = UUID())
3837
}
3938
}
@@ -80,9 +79,6 @@ struct RootWorkflow: Workflow {
8079
.mapOutput(Action.main)
8180
.mapRendering(AnyMarketBackStackContentScreen.init)
8281
.rendered(in: context, key: id.uuidString)
83-
case .placeholder:
84-
return PlaceholderScreen()
85-
.asAnyMarketBackStackContentScreen()
8682
}
8783
}
8884

0 commit comments

Comments
 (0)