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/{id:guid}/Edit/{panel}"
|
||||||
@page "/Games/Add"
|
@page "/Games/Add"
|
||||||
@using LANCommander.Models;
|
@using LANCommander.Models;
|
||||||
|
@using LANCommander.Pages.Games.Components
|
||||||
@using System.IO.Compression;
|
@using System.IO.Compression;
|
||||||
@attribute [Authorize(Roles = "Administrator")]
|
@attribute [Authorize(Roles = "Administrator")]
|
||||||
@inject GameService GameService
|
@inject GameService GameService
|
||||||
|
|
Loading…
Add table
Reference in a new issue