diff --git a/src/components/Nav.jsx b/src/components/Nav.jsx index e48278b..14e0e32 100644 --- a/src/components/Nav.jsx +++ b/src/components/Nav.jsx @@ -1,10 +1,11 @@ import React from "react"; +import {Link} from "@reach/router"; export class Nav extends React.Component { render() { return (