I have two import packages from the first react
import {Link} from 'react-router-dom'
and the second
import {Link, Element, animateScroll as scroll} from 'react-scroll'
I get a message like this:
Parsing error: The 'Link' identifier has already been declared
How to handle cases like this?