diff --git a/src/components/video-listing.astro b/src/components/video-listing.astro index e20c158..ff94a7e 100644 --- a/src/components/video-listing.astro +++ b/src/components/video-listing.astro @@ -5,7 +5,7 @@ import { ensureListingDetails } from '~/helpers/listing-page.js' -// import Devices from '~/src/components/listing-parts/devices.astro' +import Heading from '~/src/components/listing-parts/heading.astro' import RelatedVideos from '~/src/components/listing-parts/related-videos.astro' import HtmlPlayer from '~/src/components/video/player.astro' @@ -56,9 +56,9 @@ const details = ensureListingDetails( listing )