import { useProductGuidesContext } from 'components/context/ProductGuidesContext' import { LearningTrack } from 'components/guides/LearningTrack' export const LearningTracks = () => { const { learningTracks } = useProductGuidesContext() return (