diff --git a/components/LinkList.js b/components/LinkList.js index b0aed5ac..8bd14a7f 100644 --- a/components/LinkList.js +++ b/components/LinkList.js @@ -1,22 +1,21 @@ -import { Link } from 'next-url-prettifier'; import PropTypes from 'prop-types'; import styled from 'styled-components'; -import { Router } from '../routes'; +import { Link } from '../routes'; const LinkList = ({ className, pathname, authenticated, logout }) =>