Skip to content

Commit 09bbdb1

Browse files
committed
config(topic): commit lint maybe working
1 parent c1a06a0 commit 09bbdb1

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

77
@code {

0 commit comments

Comments
 (0)