Move game editor components closer to game pages

This commit is contained in:
Pat Hartl 2023-04-15 16:53:05 -05:00
parent c6997ccecc
commit 73a6371b53
10 changed files with 1 additions and 0 deletions

View file

@ -2,6 +2,7 @@
@page "/Games/{id:guid}/Edit/{panel}"
@page "/Games/Add"
@using LANCommander.Models;
@using LANCommander.Pages.Games.Components
@using System.IO.Compression;
@attribute [Authorize(Roles = "Administrator")]
@inject GameService GameService