adminsystem/UI/Components/_Imports.razor

19 lines
515 B
Plaintext

@using BootstrapBlazor.Components
@using UI
@using UI.Data
@using UI.Components.Pages
@using UI.Components.Shared
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.Extensions.Localization
@using Microsoft.JSInterop
@using System.ComponentModel
@using System.ComponentModel.DataAnnotations
@using System.Net.Http