WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6bdfe51

Browse files
committed
Remove Concurrency Test
1 parent a06708a commit 6bdfe51

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/WelcomeWindow/Views/WelcomeWindowView.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
import SwiftUI
99
import AppKit
1010

11-
struct CustomContainer<SubView: View>: View {
12-
let createChild: (() -> SubView)?
13-
14-
var body: some View {
15-
createChild?()
16-
}
17-
}
18-
1911
public struct WelcomeWindowView<RecentsView: View, SubtitleView: View>: View {
2012

2113
@Environment(\.dismiss)

0 commit comments

Comments
 (0)