mh_custom/wtmProject.Shared/_Imports.razor
2024-05-17 13:43:36 +08:00

13 lines
401 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.JSInterop
@using BootstrapBlazor.Components
@using Microsoft.Extensions.Localization;
@using WalkingTec.Mvvm.Core;
@using WtmBlazorUtils;
@using wtmProject.Shared
@using wtmProject.Shared.Shared