Skip to content

Commit

Permalink
Fixing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bsedwards committed Jan 4, 2024
1 parent ca17c88 commit b48a310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/Views/Shared/Components/SessionTimeout/SessionTimeout.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Mvc;
using Viper.Models.AAUD;

namespace Viper.Views.Shared.Components.ProfilePic
namespace Viper.Views.Shared.Components.SessionTimeout
{
[ViewComponent(Name = "SessionTimeout")]
public class SessionTimeout : ViewComponent
Expand Down

0 comments on commit b48a310

Please sign in to comment.