Rename salesbook
This commit is contained in:
24
salesbook.Shared/_Imports.razor
Normal file
24
salesbook.Shared/_Imports.razor
Normal file
@@ -0,0 +1,24 @@
|
||||
@using System.Net.Http
|
||||
@using System.Net.Http.Json
|
||||
@using IntegryApiClient.Core.Domain.Abstraction.Contracts.Account
|
||||
@using IntegryApiClient.Core.Domain.Abstraction.Contracts.Storage
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
@using salesbook.Shared.Components
|
||||
@using MudBlazor
|
||||
@using MudExtensions
|
||||
@using MudBlazor.ThemeManager
|
||||
@using salesbook.Shared.Core.Helpers
|
||||
@using salesbook.Shared.Components.SingleElements.Card
|
||||
@using Microsoft.AspNetCore.Components.Authorization
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using salesbook.Shared.Core.Utility
|
||||
@using static InteractiveRenderSettings
|
||||
|
||||
@inject NavigationManager NavigationManager
|
||||
@inject IUserSession UserSession
|
||||
@inject ILocalStorage LocalStorage
|
||||
@inject ISnackbar Snackbar
|
||||
Reference in New Issue
Block a user