You can display a different Component and Folder names by using the `displayName`property as below: ``` export default function CodeComponent(props) { return <div>AAA</div> } CodeComponent.displayName = "folder/A3" ```
You can display a different Component and Folder names by using the
displayNameproperty as below: