Skip to content

Commit

Permalink
[FIX] absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmh-112 committed Mar 13, 2024
1 parent 79d7015 commit 6b83e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import HamburgerButton from "@/components/HamburgerButton.astro"
import HeroLogo from "@/components/HeroLogo.astro"
import DrawnXLogo from "./DrawnXLogo.astro"
import DrawnXLogo from "@/components/DrawnXLogo.astro"
import Footer from "@/sections/Footer.astro"
import FooterContent from "@/components/FooterContent.astro"
import SocialButtons from "@/components/SocialButtons.astro"
Expand Down

0 comments on commit 6b83e82

Please sign in to comment.