diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:16:30 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-17 01:19:59 +1000 |
| commit | 0d443b6c208a65e4d762477878b4ad8b6f08460e (patch) | |
| tree | 047d1859d8a8559b91c2980afdb60f7f92b5d27a /Layout/MainLayout.razor | |
| parent | 11d180d0b477d310f7d45848985f8b6331e26e65 (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> |
