Add API and Services namespaces to _Imports.razor

Added EnvelopeGenerator.ReceiverUI.Web.Client.Api, Api.Models, and Services namespaces to _Imports.razor for easier access to shared types across components. This reduces the need for repetitive using statements in individual files.
This commit is contained in:
2026-05-13 22:43:56 +02:00
parent a545c15aed
commit df825b521c

View File

@@ -8,6 +8,9 @@
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using EnvelopeGenerator.ReceiverUI.Web.Client
@using EnvelopeGenerator.ReceiverUI.Web.Client.Shared
@using EnvelopeGenerator.ReceiverUI.Web.Client.Api
@using EnvelopeGenerator.ReceiverUI.Web.Client.Api.Models
@using EnvelopeGenerator.ReceiverUI.Web.Client.Services
@using DevExpress.Blazor
@using DevExpress.Blazor.PdfViewer