Skip to content

Commit 0095cd8

Browse files
committed
Small change to example
1 parent 8e5cd27 commit 0095cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/tests/Tests/Components/ThemedButtonTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
using System.Threading.Tasks;
66
using Microsoft.AspNetCore.Components;
77
using Egil.RazorComponents.Testing.Asserting;
8+
using Egil.RazorComponents.Testing.EventDispatchExtensions;
89
using Egil.RazorComponents.Testing.SampleApp.Components;
910
using Xunit;
1011
using Shouldly;
1112
using Microsoft.AspNetCore.Components.Web;
12-
using Egil.RazorComponents.Testing.EventDispatchExtensions;
1313

1414
namespace Egil.RazorComponents.Testing.SampleApp.CodeOnlyTests.Components
1515
{

0 commit comments

Comments
 (0)