ResuMe/Resume.BlazorWAM/_Imports.razor

10 lines
377 B
Plaintext
Raw Normal View History

2023-07-24 16:28:09 +03:30
@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
2024-05-11 13:56:12 +03:30
@using Resume.BlazorWAM.Shared
@using MudBlazor