Files
ChronoCCG/Chrono/Web/_Imports.razor
T
6d486f49 09a8adfc4a Test
2026-08-14 17:19:24 -04:00

18 lines
562 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Model
@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 Shared.Pages
@using Shared.Services
@using Shared.Components
@using Web.Components.Layout
@using Telerik.Blazor
@using Telerik.Blazor.Components
@using Telerik.DataSource
@using Web.Components
@using Web.Services