Skip to content

Commit 08f3e3e

Browse files
committed
fix(breaking): stuff breaks
BREAKING CHANGE: major needed
1 parent 1ebf847 commit 08f3e3e

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 aa(@currentCount)
4+
A Build a(@currentCount)
55
</button>
66

77
@code {

0 commit comments

Comments
 (0)