Files
ChronoCCG/Chrono/DatabaseTest/Components/Pages/NotFound.razor
T
6d486f49 09a8adfc4a Test
2026-08-14 17:19:24 -04:00

5 lines
122 B
Plaintext

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