Rename listing directory to listing-parts

This commit is contained in:
Sam Carlton 2022-04-27 14:28:50 -05:00
parent 2ba5c04957
commit 31d16a1788
3 changed files with 2 additions and 2 deletions

View file

@ -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'