diff --git a/samples/StandaloneApp/App.cshtml b/samples/StandaloneApp/App.cshtml index c115391ee3..00b1330e12 100644 --- a/samples/StandaloneApp/App.cshtml +++ b/samples/StandaloneApp/App.cshtml @@ -1,5 +1,4 @@ -@using Microsoft.AspNetCore.Blazor.Routing - diff --git a/samples/StandaloneApp/Pages/FetchData.cshtml b/samples/StandaloneApp/Pages/FetchData.cshtml index e426907457..2cc8cbfcb6 100644 --- a/samples/StandaloneApp/Pages/FetchData.cshtml +++ b/samples/StandaloneApp/Pages/FetchData.cshtml @@ -1,5 +1,4 @@ -@using Microsoft.AspNetCore.Blazor -@using Microsoft.AspNetCore.Blazor.Browser.Services.Temporary +@using Microsoft.AspNetCore.Blazor.Browser.Services.Temporary @inject HttpClient Http

Weather forecast

diff --git a/samples/StandaloneApp/Pages/_ViewImports.cshtml b/samples/StandaloneApp/Pages/_ViewImports.cshtml index 55ec034759..7dabd59f01 100644 --- a/samples/StandaloneApp/Pages/_ViewImports.cshtml +++ b/samples/StandaloneApp/Pages/_ViewImports.cshtml @@ -1 +1 @@ -@(Layout()) +@(Layout()) diff --git a/samples/StandaloneApp/Shared/MainLayout.cshtml b/samples/StandaloneApp/Shared/MainLayout.cshtml index e9fc4a1131..0d01343695 100644 --- a/samples/StandaloneApp/Shared/MainLayout.cshtml +++ b/samples/StandaloneApp/Shared/MainLayout.cshtml @@ -1,5 +1,4 @@ -@using Microsoft.AspNetCore.Blazor.RenderTree -@(Implements()) +@(Implements())
diff --git a/samples/StandaloneApp/Shared/NavMenu.cshtml b/samples/StandaloneApp/Shared/NavMenu.cshtml index f11d7ec1c2..17f6de6f62 100644 --- a/samples/StandaloneApp/Shared/NavMenu.cshtml +++ b/samples/StandaloneApp/Shared/NavMenu.cshtml @@ -1,5 +1,4 @@ -@using Microsoft.AspNetCore.Blazor.Routing -