From 12eaa5814ef20b0910e8d64a753378b6f6797989 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 22 May 2026 00:52:16 +1000 Subject: Initial commit --- Server.Client/Layout/MainLayout.razor | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Server.Client/Layout/MainLayout.razor (limited to 'Server.Client/Layout/MainLayout.razor') diff --git a/Server.Client/Layout/MainLayout.razor b/Server.Client/Layout/MainLayout.razor new file mode 100644 index 0000000..dc8b923 --- /dev/null +++ b/Server.Client/Layout/MainLayout.razor @@ -0,0 +1,15 @@ +@inherits LayoutComponentBase + + + + + +
+ @Body +
+ +
+ An unhandled error has occurred. + Reload + 🗙 +
-- cgit v1.3