Skip to content

Instantly share code, notes, and snippets.

@smitroshin
Created August 14, 2024 14:45
Show Gist options
  • Save smitroshin/185dc31b8e26bafa72024e29674efddd to your computer and use it in GitHub Desktop.
Save smitroshin/185dc31b8e26bafa72024e29674efddd to your computer and use it in GitHub Desktop.
Export a component with sub-components
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