From 34582508912d9385de897bce0f2c4cc484d7e8ce Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 24 May 2026 02:15:14 +1000 Subject: Added Routes.razor and NotFound.razor --- Pages/NotFound.razor | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Pages/NotFound.razor (limited to 'Pages') diff --git a/Pages/NotFound.razor b/Pages/NotFound.razor new file mode 100644 index 0000000..917ada1 --- /dev/null +++ b/Pages/NotFound.razor @@ -0,0 +1,5 @@ +@page "/not-found" +@layout MainLayout + +

Not Found

+

Sorry, the content you are looking for does not exist.

\ No newline at end of file -- cgit v1.3