File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515 modeTitleId ,
1616 navId ,
1717 navListId ,
18- } from " @/components/page/header.ids.ts" ;
18+ } from " @/components/layout/ page/header.ids.ts" ;
1919---
2020
2121<header id ={ headerId } class =" header no-decor" >
@@ -107,7 +107,7 @@ import {
107107 modeTitleId,
108108 navId,
109109 navListId,
110- } from "@/components/page/header.ids.ts";
110+ } from "@/components/layout/ page/header.ids.ts";
111111 import FocusTrap from "@/lib/focus-trap.ts";
112112 import Store from "@/lib/store.ts";
113113 import { colors } from "@/styles/data/colors.json";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11---
22import " @/styles/page.scss" ;
33
4- import Fonts from " @/components/page/fonts.astro" ;
5- import Footer from " @/components/page/footer.astro" ;
6- import Header from " @/components/page/header.astro" ;
4+ import Fonts from " @/components/layout/ page/fonts.astro" ;
5+ import Footer from " @/components/layout/ page/footer.astro" ;
6+ import Header from " @/components/layout/ page/header.astro" ;
77
88type Props = { title: string };
99const { title } = Astro .props ;
Original file line number Diff line number Diff line change 11---
2- import Hero from " @/components/about/hero.astro" ;
3- import Section from " @/components/about/section.astro" ;
2+ import Hero from " @/components/pages/ about/hero.astro" ;
3+ import Section from " @/components/pages/ about/section.astro" ;
44import Page from " @/layout/page.astro" ;
55---
66
Original file line number Diff line number Diff line change 11---
2- import ItemCard from " @/components/projects/item-card.astro" ;
2+ import ItemCard from " @/components/pages/ projects/item-card.astro" ;
33import Page from " @/layout/page.astro" ;
44
55import eslintConfigMcecodeGif from " @/assets/eslint-config-mcecode.gif" ;
You can’t perform that action at this time.
0 commit comments