|
|
@ -2,7 +2,7 @@ |
|
|
|
import FeaturedVideos from '../components/FeaturedVideos.astro'; |
|
|
|
import FeaturedVideos from '../components/FeaturedVideos.astro'; |
|
|
|
import FeaturedGuides from '../components/FeaturedGuides.astro'; |
|
|
|
import FeaturedGuides from '../components/FeaturedGuides.astro'; |
|
|
|
import FeaturedItems from '../components/FeaturedItems/FeaturedItems.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 BaseLayout from '../layouts/BaseLayout.astro'; |
|
|
|
import { getAllBestPractices } from '../lib/best-pratice'; |
|
|
|
import { getAllBestPractices } from '../lib/best-pratice'; |
|
|
|
import { getAllGuides } from '../lib/guide'; |
|
|
|
import { getAllGuides } from '../lib/guide'; |
|
|
|