Add Bundles to default listing

This commit is contained in:
Sam Carlton 2022-04-28 11:06:52 -05:00
parent 2033c37e29
commit 2408afb441
2 changed files with 90 additions and 0 deletions

View file

@ -9,6 +9,7 @@ import Aliases from '~/src/components/listing-parts/aliases.astro'
import RelatedLinks from '~/src/components/listing-parts/related-links.astro'
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'
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
@ -57,6 +58,10 @@ const details = new ListingDetails( listing )
listing={ listing }
/>
<Bundles
listing={ listing }
/>
</div>
</section>