We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cae3e8 commit 20da566Copy full SHA for 20da566
2025/src/pages/sessions.astro
@@ -0,0 +1,11 @@
1
+---
2
+import "../styles/global.css";
3
+import Layout from "../layouts/Layout.astro";
4
+import Sessions from "../components/Sessions/index.astro";
5
6
+
7
+<Layout>
8
+ <main class="mt-5 min-h-screen">
9
+ <Sessions />
10
+ </main>
11
+</Layout>
0 commit comments