Merge branch 'fix-layout-routing' into dev
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@page "/"
|
||||
@using DeepDrftWeb.Client.Services
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@attribute [AllowAnonymous]
|
||||
|
||||
<PageTitle>Deep DRFT - Electronic Music Collective</PageTitle>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
@page "/tracks"
|
||||
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using DeepDrftWeb.Client.Controls
|
||||
@attribute [AllowAnonymous]
|
||||
|
||||
<PageTitle>DeepDrft Track Gallery</PageTitle>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user