Skip to content

Commit

Permalink
TestProject
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed Dec 24, 2024
1 parent 538454c commit 8f5f351
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 79 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/test-core.yml

This file was deleted.

37 changes: 0 additions & 37 deletions Test/Verify.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Test/Program.cs → TestProject/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using Test;
using TestProject;

var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.RootComponents.Add<App>("#app");
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Test/_Imports.razor → TestProject/_Imports.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using Test
@using Test.Layout
@using TestProject
@using TestProject.Layout
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 8f5f351

Please sign in to comment.