summaryrefslogtreecommitdiff
path: root/MainLayout.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MainLayout.razor')
-rw-r--r--MainLayout.razor2
1 files changed, 2 insertions, 0 deletions
diff --git a/MainLayout.razor b/MainLayout.razor
index 5d68b65..8e9f6bd 100644
--- a/MainLayout.razor
+++ b/MainLayout.razor
@@ -4,6 +4,8 @@
<Titlebar/>
+<MobileMenu/>
+
<div id="content">
@Body
</div>