From 393dadd9437edf1a5b3ef90183ee46356c6267d5 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 14 Jun 2023 12:59:23 +0100 Subject: [PATCH] Resolve merge conflicts --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';