Skip to content

Commit 0b11dff

Browse files
committed
[SyncUps] remove @mainactor
1 parent d6a5f4e commit 0b11dff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/SyncUps/SyncUps/App.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import SwiftUI
55
struct SyncUpsApp: App {
66
// NB: This is static to avoid interference with Xcode previews, which create this entry
77
// point each time they are run.
8-
@MainActor
98
static let store = Store(initialState: AppFeature.State()) {
109
AppFeature()
1110
._printChanges()

0 commit comments

Comments
 (0)