From c51ff4e755f009ca0bc8e935a92c04e583c4ee8a Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 17 Mar 2026 03:04:36 +1100 Subject: Initial commit --- MainLayout.razor | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MainLayout.razor (limited to 'MainLayout.razor') diff --git a/MainLayout.razor b/MainLayout.razor new file mode 100644 index 0000000..8e9f6bd --- /dev/null +++ b/MainLayout.razor @@ -0,0 +1,11 @@ +@inherits LayoutComponentBase + + + + + + + +
+ @Body +
-- cgit v1.3