Iceshrimp.NET/Iceshrimp.Frontend/Layout/WidgetPanel.razor
2024-06-29 00:48:53 +02:00

7 lines
No EOL
105 B
Text

@using Iceshrimp.Frontend.Components
<div class="widget-panel">
<NotificationList/>
</div>
@code {
}