Skip to content

Commit 73371e4

Browse files
committed
Removed duplicated imports
1 parent c921fd4 commit 73371e4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sample/tests/Tests/Components/FocussingInputTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using Egil.RazorComponents.Testing.Asserting;
77
using Egil.RazorComponents.Testing.Mocking.JSInterop;
88
using Egil.RazorComponents.Testing.SampleApp.Components;
9-
using Egil.RazorComponents.Testing.Mocking.JSInterop;
109
using Xunit;
1110

1211
namespace Egil.RazorComponents.Testing.SampleApp.CodeOnlyTests.Components

sample/tests/Tests/Components/TodoListTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using Egil.RazorComponents.Testing.Asserting;
44
using Egil.RazorComponents.Testing.Mocking.JSInterop;
55
using Egil.RazorComponents.Testing.EventDispatchExtensions;
6-
using Egil.RazorComponents.Testing.Mocking.JSInterop;
76
using Egil.RazorComponents.Testing.SampleApp.Components;
87
using Egil.RazorComponents.Testing.SampleApp.Data;
98
using Microsoft.AspNetCore.Components;

0 commit comments

Comments
 (0)