Merge branch 'fix-layout-routing' into dev

This commit is contained in:
Daniel Harvey
2026-05-19 00:09:29 -04:00
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
@page "/"
@using DeepDrftWeb.Client.Services
@using Microsoft.AspNetCore.Authorization
@attribute [AllowAnonymous]
<PageTitle>Deep DRFT - Electronic Music Collective</PageTitle>
+2 -1
View File
@@ -1,6 +1,7 @@
@page "/tracks"
@using Microsoft.AspNetCore.Authorization
@using DeepDrftWeb.Client.Controls
@attribute [AllowAnonymous]
<PageTitle>DeepDrft Track Gallery</PageTitle>