From 0b395a4c049463633a16bc2411c523e431fbc71d Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 24 May 2026 02:16:30 +1000 Subject: Moved MainLayout.razor to Layout/ --- Layout/MainLayout.razor | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Layout/MainLayout.razor (limited to 'Layout/MainLayout.razor') diff --git a/Layout/MainLayout.razor b/Layout/MainLayout.razor new file mode 100644 index 0000000..8e9f6bd --- /dev/null +++ b/Layout/MainLayout.razor @@ -0,0 +1,11 @@ +@inherits LayoutComponentBase + + + + + + + +
+ @Body +
-- cgit v1.3