Skip to content

Commit 4824b57

Browse files
authored
Update README.md
1 parent e9d5e15 commit 4824b57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ A Swift macro library that enables to make SwiftUI stateful component from funct
66

77
```swift
88
@ViewComponent
9-
@MainActor
109
func hoge(arg1: Int, arg2: String, arg3: @escaping () -> Void) -> some View {
1110

1211
@State var count: Int = 0

0 commit comments

Comments
 (0)