Skip to content

Commit

Permalink
More namespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Aug 23, 2024
1 parent 242c416 commit 36afe13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReplayBrowser/Pages/Shared/MetaDataSpecifer.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@inject NavigationManager NavigationManager
@using Microsoft.AspNetCore.Components.Web
@inject NavigationManager NavigationManager

<HeadContent>
<meta name="title" content="Replay Browser @Title" />
Expand Down
1 change: 1 addition & 0 deletions ReplayBrowser/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using ReplayBrowser.Data.Models.Account;
using ReplayBrowser.Helpers;
using ReplayBrowser.Pages.Shared;
using ReplayBrowser.Pages.Shared.Layout;
using ReplayBrowser.Services;
using ReplayBrowser.Services.ReplayParser;
using Serilog;
Expand Down

0 comments on commit 36afe13

Please sign in to comment.