I am trying to use react-pure-grid in my web app.
I just imported it after installing it as described in https://www.npmjs.com/package/react-pure-grid
import {Container, Row, Col} from 'react-pure-grid';
After that, my browser says:
SyntaxError: import declarations may only appear at top level
Please help me!