From bbab4972c3d5eb9313d4591f1b78779e1ccb0f3e Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 19 Jun 2025 16:48:16 -0700 Subject: [PATCH] Update usings for new shared folder --- src/MistoxWebsite.Client/Services/AuthStateProvider.cs | 2 +- src/MistoxWebsite.Client/Services/Statics.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MistoxWebsite.Client/Services/AuthStateProvider.cs b/src/MistoxWebsite.Client/Services/AuthStateProvider.cs index 9b9df50..dc30a90 100755 --- a/src/MistoxWebsite.Client/Services/AuthStateProvider.cs +++ b/src/MistoxWebsite.Client/Services/AuthStateProvider.cs @@ -1,6 +1,6 @@ using System.Security.Claims; using Microsoft.AspNetCore.Components.Authorization; -using MistoxWebsite.Shared; +using MistoxWebsite.Shared.DTO.Session; using Newtonsoft.Json; namespace MistoxWebsite.Client.AuthState { diff --git a/src/MistoxWebsite.Client/Services/Statics.cs b/src/MistoxWebsite.Client/Services/Statics.cs index 83c873c..294c163 100755 --- a/src/MistoxWebsite.Client/Services/Statics.cs +++ b/src/MistoxWebsite.Client/Services/Statics.cs @@ -1,4 +1,4 @@ -using MistoxWebsite.Shared; +using MistoxWebsite.Shared.Database; namespace MistoxWebsite.Client.Statics { public class Statics {