- #194

Merged
UMBENOMENA merged 2 commits from UMBE into main 2024-12-10 01:12:57 +00:00

View File

@@ -45,16 +45,17 @@ const { title } = Astro.props;
">
<SidebarLeft />
<article class="box rounded-tl-none">
<slot />
</article>
<SidebarRight />
</main>
<Footer />
<NotificationWrapper client:load />
</body>
</html>