# Migrate components from Parcel

[BetaThis feature is new and we're actively working on it.](/beta-experimental-features/#beta-features)

If you created components in the email editor Parcel, you can migrate them to Design Studio. You’ll need to [create a new component](/journeys/create-custom-component/#create-a-custom-component-file) in Design Studio and paste the code there.

Keep the following in mind as you migrate:

*   Make sure the [component tag name matches the `content` value](/journeys/create-custom-component/#names-and-labels) in the script element.
    
    [![The component tag name at the top of the component editor is branded-footer and matches the tag names in the content field `<branded-footer>`.](https://docs.customer.io/images/component-names-match.png)](#53a84351fa7e341c87759fa58441393e-lightbox)
    
*   [If this is the child of another component](/journeys/create-custom-component/#define-relationships-between-components), make sure you also add the parent components to Design Studio or remove the `allowedParents` array.

If you run into other issues, try troubleshooting with our [GPT designed for creating custom components](/journeys/create-custom-component/#design-studio-gpt)!