Refactor components structure

This commit is contained in:
prototypa
2022-09-04 03:26:36 -04:00
parent 00cd7fa1b1
commit a81e825247
9 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ import Features from "~/components/widgets/Features.astro";
import Features2 from "~/components/widgets/Features2.astro";
import Steps from "~/components/widgets/Steps.astro";
import Features3 from "~/components/widgets/Features3.astro";
import HighlightedPosts from "~/components/widgets/blog/HighlightedPosts.astro";
import HighlightedPosts from "~/components/blog/HighlightedPosts.astro";
import FAQs from "~/components/widgets/FAQs.astro";
import Stats from "~/components/widgets/Stats.astro";
import CallToAction from "~/components/widgets/CallToAction.astro";