Initial commit

This commit is contained in:
Marcel Baumgartner
2023-02-15 16:38:38 +01:00
commit fe3ed8a98f
68 changed files with 1926 additions and 0 deletions

10
Moonlight/_Imports.razor Normal file
View File

@@ -0,0 +1,10 @@
@using System.Net.Http
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using Moonlight
@using Moonlight.Shared