This shows how a component reference may be captured as a field value using 'ref' syntax.
diff --git a/test/testapps/BasicTestApp/ElementRefComponent.cshtml b/test/testapps/BasicTestApp/ElementRefComponent.cshtml
index 6d1eebac04..dce77b9d2d 100644
--- a/test/testapps/BasicTestApp/ElementRefComponent.cshtml
+++ b/test/testapps/BasicTestApp/ElementRefComponent.cshtml
@@ -1,5 +1,4 @@
-@using Microsoft.AspNetCore.Blazor
-@using Microsoft.AspNetCore.Blazor.Browser.Interop
+@using Microsoft.AspNetCore.Blazor.Browser.Interop
diff --git a/test/testapps/BasicTestApp/PassThroughContentComponent.cshtml b/test/testapps/BasicTestApp/PassThroughContentComponent.cshtml
index 743f430a7c..6e9c3d941b 100644
--- a/test/testapps/BasicTestApp/PassThroughContentComponent.cshtml
+++ b/test/testapps/BasicTestApp/PassThroughContentComponent.cshtml
@@ -1,6 +1,4 @@
-@using Microsoft.AspNetCore.Blazor
-@using Microsoft.AspNetCore.Blazor.Components
-@ChildContent
+@ChildContent
@functions {
// Note: The lack of any whitespace or other output besides @ChildContent is important for
// what scenarios this component is used for in E2E tests.
diff --git a/test/testapps/BasicTestApp/PropertiesChangedHandlerChild.cshtml b/test/testapps/BasicTestApp/PropertiesChangedHandlerChild.cshtml
index 6ea50e69ae..28ec61b45c 100644
--- a/test/testapps/BasicTestApp/PropertiesChangedHandlerChild.cshtml
+++ b/test/testapps/BasicTestApp/PropertiesChangedHandlerChild.cshtml
@@ -1,5 +1,4 @@
-@using Microsoft.AspNetCore.Blazor.Components
-