mh_custom/wtmProject.Shared/_Imports.razor

13 lines
401 B
Plaintext
Raw Permalink Normal View History

2024-05-16 17:30:33 +08:00
@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