Files
Hushian/Presentation/HushianWebApp/Pages/Error/NotFound.razor

7 lines
68 B
Plaintext
Raw Normal View History

2025-07-11 20:37:28 +03:30
<h3>NotFound</h3>
@page "/NotFound"
@layout EmpLayout
@code {
}