File tree Expand file tree Collapse file tree 3 files changed +11
-25
lines changed Expand file tree Collapse file tree 3 files changed +11
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ import Heading from " ../Heading.astro" ;
3+ ---
4+
5+ <section id =" schedule" class =" bg-white py-10 md:py-16" >
6+ <div class =" container mx-auto px-4" >
7+ <Heading > スケジュール </Heading >
8+ </div >
9+ </section >
10+
Original file line number Diff line number Diff line change 11---
22import AboutVimConf from " ../../components/AboutVimConf.astro" ;
33import KeynoteSpeakers from " ../../components/KeynoteSpeakers/index.astro" ;
4- import Schedule from " ../../components/Schedule.astro" ;
4+ import Schedule from " ../../components/Schedule/index .astro" ;
55import Sponsors from " ../../components/Sponsors/index.astro" ;
66import Staff from " ../../components/Staff/index.astro" ;
77import Top from " ../../components/Top.astro" ;
You can’t perform that action at this time.
0 commit comments