Files
game-ideas/src/GameIdeas/Client/GameIdeas.BlazorApp/_Imports.razor
Egamorf 4183b4b616 Add header for game list (#3)
Co-authored-by: Maxime Adler <madler@sqli.com>
Reviewed-on: #3
2025-02-27 01:09:05 +01:00

9 lines
330 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop