diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index 49a0fdc..f1cf9b3 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -9,6 +9,7 @@ import Aliases from '~/src/components/listing-parts/aliases.astro' import ThomasCredit from '~/components/thomas-credit.vue' import RelatedLinks from '~/src/components/listing-parts/related-links.astro' import Virtualization from './listing-parts/virtualization.astro' +import CarbonInline from '~/components/carbon-inline.vue' import Devices from '~/src/components/listing-parts/devices.astro' import RelatedVideos from '~/src/components/listing-parts/related-videos.astro' import Bundles from '~/src/components/listing-parts/bundles.astro' @@ -63,6 +64,8 @@ const details = new ListingDetails( listing ) + +