File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11---
2- import { MAIN_BACKGROUND_COLOR } from ' @/consts ' ;
2+ import LanguagePicker from ' @/components/LanguagePicker.astro ' ;
33
4- import LanguagePicker from ' ../components/LanguagePicker.astro ' ;
4+ import { MAIN_BACKGROUND_COLOR } from ' @/consts ' ;
55---
66
77<header class =" hero" >
Original file line number Diff line number Diff line change 11---
2+ import Footer from ' @/components/Footer.astro' ;
3+ import Header from ' @/components/Header.astro' ;
24import { BASE_URL } from ' @/consts' ;
35import { GoogleFontsOptimizer } from ' astro-google-fonts-optimizer' ;
46import { SEO } from ' astro-seo' ;
5- import * as ufo from ' ufo' ;
6- import Footer from ' ../components/Footer.astro' ;
77
8- import Header from ' ../components/Header.astro ' ;
8+ import * as ufo from ' ufo ' ;
99
1010const { lang = ' ja' } = Astro .props ;
1111
Original file line number Diff line number Diff line change 11---
2+ import AnnouncementSlides from ' @/components/AnnouncementSlides.astro' ;
3+ import VenueMap from ' @/components/VenueMap.astro' ;
24import { MAIN_BACKGROUND_COLOR } from ' @/consts' ;
3- import AnnouncementSlides from ' ../components/AnnouncementSlides.astro' ;
4- import VenueMap from ' ../components/VenueMap.astro' ;
5-
6- import Layout from ' ../layouts/Layout.astro' ;
5+ import Layout from ' @/layouts/Layout.astro' ;
76---
87
98<Layout lang =" en" >
Original file line number Diff line number Diff line change 11---
2+ import AnnouncementSlides from ' @/components/AnnouncementSlides.astro' ;
3+ import VenueMap from ' @/components/VenueMap.astro' ;
24import { MAIN_BACKGROUND_COLOR } from ' @/consts' ;
3- import AnnouncementSlides from ' ../components/AnnouncementSlides.astro' ;
4- import VenueMap from ' ../components/VenueMap.astro' ;
5-
6- import Layout from ' ../layouts/Layout.astro' ;
5+ import Layout from ' @/layouts/Layout.astro' ;
76---
87
98<Layout >
You can’t perform that action at this time.
0 commit comments