File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- import Picture from " @components/ui/ picture.astro" ;
2+ import Picture from " @components/picture.astro" ;
33
44import avatarPng from " @assets/avatar.png" ;
55---
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414 modeTitleId ,
1515 navId ,
1616 navListId
17- } from " @layout/body /header.ids.ts " ;
17+ } from " @components/page /header.ids" ;
1818---
1919
2020<header id ={ headerId } class =" header no-decor" >
@@ -104,7 +104,7 @@ import {
104104 modeTitleId,
105105 navId,
106106 navListId
107- } from "@layout/body /header.ids.ts ";
107+ } from "@components/page /header.ids";
108108 import { colors } from "@styles/data/colors.json";
109109
110110 const header = document.getElementById(headerId) as HTMLElement;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11---
2- import Time from " @components/ui/ time.astro" ;
2+ import Time from " @components/time.astro" ;
33
44type Props = {
55 title: string ;
Original file line number Diff line number Diff line change 11---
22import type { ImageMetadata } from " astro" ;
33
4- import Picture from " @components/ui/ picture.astro" ;
4+ import Picture from " @components/picture.astro" ;
55
66type Props = {
77 image: ImageMetadata & { alt: string };
File renamed without changes.
Original file line number Diff line number Diff line change 11---
2- import " @styles/global .scss" ;
2+ import " @styles/page .scss" ;
33
4- import Footer from " @layout/body/footer .astro" ;
5- import Header from " @layout/body/header .astro" ;
6- import Fonts from " @layout/head/fonts .astro" ;
4+ import Fonts from " @components/page/fonts .astro" ;
5+ import Footer from " @components/page/footer .astro" ;
6+ import Header from " @components/page/header .astro" ;
77
88type Props = { title: string };
99const { title } = Astro .props ;
You can’t perform that action at this time.
0 commit comments