Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsp45 committed Feb 16, 2024
1 parent eca2fe9 commit 2bb1b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/faqs.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import GenericLayout from "~/layouts/GenericLayout.astro";
import GenericLayout from "~/layouts/genericLayout.astro";
import Faqs from "~/components/faqs.jsx";
---

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Intro from "~/components/intro.astro";
import IndexLayout from "~/layouts/IndexLayout.astro";
import IndexLayout from "~/layouts/indexLayout.astro";
---

<IndexLayout>
Expand Down

0 comments on commit 2bb1b8b

Please sign in to comment.