Style Polish
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@page "/FramePlayer"
|
||||
<h3>FramePlayer</h3>
|
||||
|
||||
@code {
|
||||
/* TODO make an iframe compatible player using the AudioPlayerControl,
|
||||
and a new embeddable layout that doesn't include any of the nav deco */
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace DeepDrftPublic.Client.Pages;
|
||||
|
||||
public partial class FramePlayer : ComponentBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user