From dd818d5ce5bf1254efd2d91b8b594d6773b21c96 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