Organize imports file
This commit is contained in:
@@ -1,24 +1,28 @@
|
|||||||
@using System.Net.Http
|
@using System.Net.Http
|
||||||
@using System.Net.Http.Json
|
@using System.Net.Http.Json
|
||||||
|
@using System.Net.Mail
|
||||||
|
@using System.Security.Claims
|
||||||
|
@using System.Security.Cryptography
|
||||||
|
@using System.Text
|
||||||
|
|
||||||
|
@using Microsoft.AspNetCore.Authorization
|
||||||
|
@using Microsoft.AspNetCore.Components.Authorization
|
||||||
@using Microsoft.AspNetCore.Components.Forms
|
@using Microsoft.AspNetCore.Components.Forms
|
||||||
@using Microsoft.AspNetCore.Components.Routing
|
@using Microsoft.AspNetCore.Components.Routing
|
||||||
@using Microsoft.AspNetCore.Components.Web
|
@using Microsoft.AspNetCore.Components.Web
|
||||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||||
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
||||||
@using Microsoft.JSInterop
|
@using Microsoft.JSInterop
|
||||||
@using MistoxWebsite.Client
|
|
||||||
|
|
||||||
@using Microsoft.AspNetCore.Authorization
|
@using MistoxWebsite.Client
|
||||||
@using Microsoft.AspNetCore.Components.Authorization
|
|
||||||
@using System.Security.Claims
|
|
||||||
@using MistoxWebsite.Client.AuthState
|
@using MistoxWebsite.Client.AuthState
|
||||||
@using MistoxWebsite.Client.Statics
|
@using MistoxWebsite.Client.Statics
|
||||||
@using System.Security.Cryptography
|
|
||||||
@using System.Text
|
|
||||||
@using MistoxWebsite.Shared
|
|
||||||
@using Newtonsoft.Json
|
|
||||||
|
|
||||||
@using MistoxWebsite.Client.Pages.Shared
|
@using MistoxWebsite.Client.Pages.Shared
|
||||||
|
@using MistoxWebsite.Shared.Database
|
||||||
|
@using MistoxWebsite.Shared.DTO.Account
|
||||||
|
@using MistoxWebsite.Shared.DTO.Session
|
||||||
|
|
||||||
|
@using Newtonsoft.Json
|
||||||
|
|
||||||
@inject IJSRuntime JS
|
@inject IJSRuntime JS
|
||||||
@inject NavigationManager Nav
|
@inject NavigationManager Nav
|
||||||
|
|||||||
Reference in New Issue
Block a user