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 20da566 commit a9ae59aCopy full SHA for a9ae59a
2025/src/pages/sessions.astro
@@ -1,11 +1,11 @@
1
---
2
import "../styles/global.css";
3
import Layout from "../layouts/Layout.astro";
4
-import Sessions from "../components/Sessions/index.astro";
+import SessionsComponent from "../components/Sessions/index.astro";
5
6
7
<Layout>
8
<main class="mt-5 min-h-screen">
9
- <Sessions />
+ <SessionsComponent />
10
</main>
11
</Layout>
0 commit comments