We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5cd27 commit 0095cd8Copy full SHA for 0095cd8
sample/tests/Tests/Components/ThemedButtonTest.cs
@@ -5,11 +5,11 @@
5
using System.Threading.Tasks;
6
using Microsoft.AspNetCore.Components;
7
using Egil.RazorComponents.Testing.Asserting;
8
+using Egil.RazorComponents.Testing.EventDispatchExtensions;
9
using Egil.RazorComponents.Testing.SampleApp.Components;
10
using Xunit;
11
using Shouldly;
12
using Microsoft.AspNetCore.Components.Web;
-using Egil.RazorComponents.Testing.EventDispatchExtensions;
13
14
namespace Egil.RazorComponents.Testing.SampleApp.CodeOnlyTests.Components
15
{
0 commit comments