diff options
author | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-20 08:34:32 +0100 |
commit | 43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch) | |
tree | b700ba441320e0f3944c398080cadd296f03ef07 /SystemdCtl/Components/_Imports.razor | |
download | SystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz |
Initial commit
Diffstat (limited to 'SystemdCtl/Components/_Imports.razor')
-rw-r--r-- | SystemdCtl/Components/_Imports.razor | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/SystemdCtl/Components/_Imports.razor b/SystemdCtl/Components/_Imports.razor new file mode 100644 index 0000000..f803b9b --- /dev/null +++ b/SystemdCtl/Components/_Imports.razor @@ -0,0 +1,11 @@ +@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 +@using SystemdCtl.Client +@using SystemdCtl.Components |