Files
shopadmin/ShopAdmin/Components/Pages/NotFound.razor
T
Khwezi Mngoma 0ce43a4779
continuous-integration/drone/pr Build is failing
Run trigger
2026-05-16 01:26:55 +02:00

5 lines
121 B
Plaintext

@page "/not-found"
@layout MainLayout
<h3>Not Found</h3>
<p>Sorry, the content you are looking for does not exist</p>