sudo apt-get install python3-pip
sudo pip3 install virtualenv
import React from 'react'; | |
import PropTypes from 'prop-types'; | |
import { Link } from 'react-router-dom'; | |
/** | |
* Wraps the React Router Link component and creates a delay after the link is clicked. | |
*/ | |
export default class DelayLink extends React.Component { | |
static propTypes = { | |
/** |