From 31d16a17885f836a9baceb4b2901ec58beab153f Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 27 Apr 2022 14:28:50 -0500 Subject: [PATCH] Rename listing directory to listing-parts --- src/components/default-listing.astro | 4 ++-- src/components/{listing => listing-parts}/aliases.astro | 0 src/components/{listing => listing-parts}/related-links.astro | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/components/{listing => listing-parts}/aliases.astro (100%) rename src/components/{listing => listing-parts}/related-links.astro (100%) 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