Skip to content

Commit a5de292

Browse files
committed
fix: 重複しているため削除
1 parent ea89e1f commit a5de292

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

2025/src/pages/[lang]/index.astro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
import AboutVimConf from '../../components/AboutVimConf.astro';
3-
import Footer from '../../components/Footer.astro';
4-
import Header from '../../components/Header.astro';
53
import KeynoteSpeakers from '../../components/KeynoteSpeakers.astro';
64
import Schedule from '../../components/Schedule/index.astro';
75
import Sponsors from '../../components/Sponsors/index.astro';
@@ -22,7 +20,6 @@ const t = useTranslate(lang);
2220
---
2321

2422
<Layout>
25-
<Header />
2623
<main class="min-h-screen">
2724
<Top />
2825
<KeynoteSpeakers />
@@ -32,6 +29,4 @@ const t = useTranslate(lang);
3229
<Sponsors />
3330
<Staff />
3431
</main>
35-
<Footer />
36-
3732
</Layout>

0 commit comments

Comments
 (0)