Skip to content

Commit 483743d

Browse files
committed
fix(i think the release are just broken): broke
1 parent 7180944 commit 483743d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.BlazorComponentLibrary/Components/SimpleCounter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h3>Simple Counter</h3>
22
Feat123
33
<button class="btn btn-primary" @onclick="IncrementCount">
4-
A Build aaaaa(@currentCount)
4+
A Build aaaaaa(@currentCount)
55
</button>
66

77
@code {

0 commit comments

Comments
 (0)