mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Bundles to default listing
This commit is contained in:
parent
2033c37e29
commit
2408afb441
2 changed files with 90 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue