diff --git a/src/pages/index.astro b/src/pages/index.astro index 274221520..846d5384b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,7 +2,7 @@ import FeaturedVideos from '../components/FeaturedVideos.astro'; import FeaturedGuides from '../components/FeaturedGuides.astro'; import FeaturedItems from '../components/FeaturedItems/FeaturedItems.astro'; -import HeroSection from "../components/HeroSection/HeroSection.astro"; +import HeroSection from '../components/HeroSection/HeroSection.astro'; import BaseLayout from '../layouts/BaseLayout.astro'; import { getAllBestPractices } from '../lib/best-pratice'; import { getAllGuides } from '../lib/guide';