Skip to content

Commit ab8f060

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ func hoge(arg1: Int, arg2: String, arg3: @escaping () -> Void) -> some View {
2323
Macro expands above into this:
2424

2525
```swift
26-
@ViewComponent
27-
@MainActor
2826
func hoge(arg1: Int, arg2: String, arg3: @escaping () -> Void) -> some View {
2927
struct Component: View {
3028

0 commit comments

Comments
 (0)