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 1
1
---
2
- import { MAIN_BACKGROUND_COLOR } from ' @/consts ' ;
2
+ import LanguagePicker from ' @/components/LanguagePicker.astro ' ;
3
3
4
- import LanguagePicker from ' ../components/LanguagePicker.astro ' ;
4
+ import { MAIN_BACKGROUND_COLOR } from ' @/consts ' ;
5
5
---
6
6
7
7
<header class =" hero" >
Original file line number Diff line number Diff line change 1
1
---
2
+ import Footer from ' @/components/Footer.astro' ;
3
+ import Header from ' @/components/Header.astro' ;
2
4
import { BASE_URL } from ' @/consts' ;
3
5
import { GoogleFontsOptimizer } from ' astro-google-fonts-optimizer' ;
4
6
import { SEO } from ' astro-seo' ;
5
- import * as ufo from ' ufo' ;
6
- import Footer from ' ../components/Footer.astro' ;
7
7
8
- import Header from ' ../components/Header.astro ' ;
8
+ import * as ufo from ' ufo ' ;
9
9
10
10
const { lang = ' ja' } = Astro .props ;
11
11
Original file line number Diff line number Diff line change 1
1
---
2
+ import AnnouncementSlides from ' @/components/AnnouncementSlides.astro' ;
3
+ import VenueMap from ' @/components/VenueMap.astro' ;
2
4
import { 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' ;
7
6
---
8
7
9
8
<Layout lang =" en" >
Original file line number Diff line number Diff line change 1
1
---
2
+ import AnnouncementSlides from ' @/components/AnnouncementSlides.astro' ;
3
+ import VenueMap from ' @/components/VenueMap.astro' ;
2
4
import { 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' ;
7
6
---
8
7
9
8
<Layout >
You can’t perform that action at this time.
0 commit comments