to use with “react-router-dom”
import { Link } from "react-router-dom";
<ListItem button component={Link} to="/design">
the example is based in this section: docs
to use with “react-router-dom”
import { Link } from "react-router-dom";
<ListItem button component={Link} to="/design">
the example is based in this section: docs