DEV Community

Discussion on: Create reusable Components in React with Styled Components

Collapse
 
jonthuem profile image
JonthueM

Hi I am getting this error ./src/Pages/Services/sContact/Contact.js
Attempted import error: '../../../layoutComponents/sharedComponents/primaryButton' does not contain a default export (imported as 'Button').

Here is a snapshot since Dev upload image is taking forever
pasteboard.co/K0tWv6A.png

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