summary refs log tree commit diff
path: root/SystemdCtl.Client/_Imports.razor
blob: 3da583a3bd1f4a0d12d5902390287d746155a150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@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 static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using SystemdCtl.Client