Created
August 14, 2024 14:45
-
-
Save smitroshin/185dc31b8e26bafa72024e29674efddd to your computer and use it in GitHub Desktop.
Export a component with sub-components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default Object.assign(Header, { | |
Title: HeaderTitle, | |
Subtitle: HeaderSubtitle, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment