mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-25 01:58:55 +02:00
Update
This commit is contained in:
17
Other Projects/Time Travel/SwiftUITimeTravel/ContentView.swift
Executable file
17
Other Projects/Time Travel/SwiftUITimeTravel/ContentView.swift
Executable file
@@ -0,0 +1,17 @@
|
||||
import SwiftUI
|
||||
|
||||
struct ContentView : View {
|
||||
var body: some View {
|
||||
TimeTravelView(initialState: TodoState()) {
|
||||
TodoListView()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
struct ContentView_Previews : PreviewProvider {
|
||||
static var previews: some View {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user