Initial commit

This commit is contained in:
2026-06-02 10:51:14 +02:00
committed by kawa
commit d19092c84e
182 changed files with 13757 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using SharepointToolbox.Web.Services.Audit
@using SharepointToolbox.Web.Services.Auth
@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 Microsoft.Extensions.Options
@using SharepointToolbox.Web
@using SharepointToolbox.Web.Core.Models
@using SharepointToolbox.Web.Services
@using SharepointToolbox.Web.Services.Session
@using SharepointToolbox.Web.Services.Export
@using SharepointToolbox.Web.Components
@using SharepointToolbox.Web.Components.Shared
@using SharepointToolbox.Web.Core.Helpers