diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index b2870da..f23ce77 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -5,8 +5,8 @@ import { ListingDetails } from '~/helpers/listing-page.js' -import Aliases from '~/src/components/listing/aliases.astro' -import RelatedLinks from '~/src/components/listing/related-links.astro' +import Aliases from '~/src/components/listing-parts/aliases.astro' +import RelatedLinks from '~/src/components/listing-parts/related-links.astro' import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue' diff --git a/src/components/listing/aliases.astro b/src/components/listing-parts/aliases.astro similarity index 100% rename from src/components/listing/aliases.astro rename to src/components/listing-parts/aliases.astro diff --git a/src/components/listing/related-links.astro b/src/components/listing-parts/related-links.astro similarity index 100% rename from src/components/listing/related-links.astro rename to src/components/listing-parts/related-links.astro