UI/Story/BlackPanel.razor
@using Sandbox;
@using Sandbox.UI;

@attribute [StyleSheet]
@inherits Panel

<root>
</root>

@code
{
}