fortunar / react-sidemenu

React sidemenu component
57 stars 14 forks source link

Import Error #20

Closed thomaslc66 closed 5 years ago

thomaslc66 commented 5 years ago

I get this error when import like in the image

image

image

but the component and the app render ok when i do import SideMenu from 'react-sidemenu

teanz commented 5 years ago

Your import can be like so - import SideMenu, { Item } from 'react-sidemenu' if using react components for item.