DEV Community

Discussion on: Create reusable Components in React with Styled Components

Collapse
 
mikenatsu profile image
MikeNatsu

It looks like youre importing it as default, if that's the case just do

export default PrimaryButton

And remove the export next to const