Iceshrimp.NET/Iceshrimp.Frontend/Pages/NotificationPage.razor

6 lines
No EOL
95 B
Text

@page "/notifications"
@using Iceshrimp.Frontend.Components
<NotificationList />
@code {
}