Move game editor components closer to game pages
This commit is contained in:
parent
c6997ccecc
commit
73a6371b53
10 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue