diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:16:30 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:13:32 +1000 |
| commit | 0b395a4c049463633a16bc2411c523e431fbc71d (patch) | |
| tree | 0b5f7d66acc4a37884ed5fdf859bbae1f85ba5c3 /Layout/MainLayout.razor | |
| parent | c35cacb4f61338912065d12e0afed97251d016f5 (diff) | |
Moved MainLayout.razor to Layout/
Diffstat (limited to 'Layout/MainLayout.razor')
| -rw-r--r-- | Layout/MainLayout.razor | 11 |
1 files changed, 11 insertions, 0 deletions
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 + +<link href="@(nameof(HyperBooru)).styles.css" rel="stylesheet" /> + +<Titlebar/> + +<MobileMenu/> + +<div id="content"> + @Body +</div> |
