chore: Move TrackCard & Friends

This commit is contained in:
daniel-c-harvey
2026-06-07 15:06:58 -04:00
parent bd15b66aee
commit 8e4d783ec2
7 changed files with 5 additions and 4 deletions
@@ -1,8 +1,8 @@
using Microsoft.AspNetCore.Components;
using DeepDrftModels.DTOs;
using Microsoft.AspNetCore.Components;
using MudBlazor;
namespace DeepDrftShared.Client.Components;
namespace DeepDrftPublic.Client.Controls;
public partial class TrackCard : ComponentBase
{
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Components;
using DeepDrftModels.DTOs;
using Microsoft.AspNetCore.Components;
namespace DeepDrftShared.Client.Components;
namespace DeepDrftPublic.Client.Controls;
public partial class TracksGallery : ComponentBase
{
@@ -1,4 +1,5 @@
@page "/tracks"
@using DeepDrftPublic.Client.Controls
<PageTitle>DeepDrft Track Gallery</PageTitle>