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

6 lines
No EOL
90 B
Text

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