ResuMe/Resume.Blazor/_Imports.razor

13 lines
435 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
@using Resume.Blazor
@using Resume.Blazor.Shared
@using MudBlazor
2024-05-11 13:50:03 +03:30
@using Resume.Blazor.Models.ItemModels