Skip to content

Commit a9ae59a

Browse files
committed
fix(Sessions): import名のコンフリクトが起きるため変更
1 parent 20da566 commit a9ae59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2025/src/pages/sessions.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
import "../styles/global.css";
33
import Layout from "../layouts/Layout.astro";
4-
import Sessions from "../components/Sessions/index.astro";
4+
import SessionsComponent from "../components/Sessions/index.astro";
55
---
66

77
<Layout>
88
<main class="mt-5 min-h-screen">
9-
<Sessions />
9+
<SessionsComponent />
1010
</main>
1111
</Layout>

0 commit comments

Comments
 (0)