Skip to content

Commit

Permalink
Remove dead namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Aug 14, 2019
1 parent a19df39 commit 2991ff2
Show file tree
Hide file tree
Showing 29 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion projects/blazor-ss/ChatR/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ChatR.Services
2 changes: 1 addition & 1 deletion projects/blazor-ss/Chatter/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ChatR.Services
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using DependencyInjection.Services
2 changes: 1 addition & 1 deletion projects/blazor-ss/HelloWorld/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
2 changes: 1 addition & 1 deletion projects/blazor-ss/JsIntegration/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
2 changes: 1 addition & 1 deletion projects/blazor-ss/Layout/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
2 changes: 1 addition & 1 deletion projects/blazor-ss/RssReader-2/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using RssReader.Services
2 changes: 1 addition & 1 deletion projects/blazor-ss/RssReader/Components/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using RssReader.Services
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
2 changes: 1 addition & 1 deletion projects/blazor/Component/Pages/Greeting.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@code {
[Parameter]
string Message {get; set;}
public string Message {get; set;}

int currentCount = 1;

Expand Down
1 change: 0 additions & 1 deletion projects/blazor/Component/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using Component
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentEight/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentEight
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentEleven/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentEleven
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentFive/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentFive
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentFour/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentFour
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentFourteen/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentFourteen
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentNine/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentNine
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentSeven/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentSeven
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentSix/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentSix
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentTen/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentTen
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentThirteen/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentThirteen
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentThree/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentThree
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentTwelve/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentTwelve
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/ComponentTwo/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using ComponentTwo
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/DataBinding/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using DataBinding
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/DataBindingTwo/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.JSInterop
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor/hello-world/_Imports.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Components.Layouts

@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.JSInterop
@using hello_world
Expand Down

0 comments on commit 2991ff2

Please sign in to comment.