diff --git a/modules/layout/app-bar.jsx b/modules/layout/app-bar.jsx index 3a8f16e6..492f1613 100644 --- a/modules/layout/app-bar.jsx +++ b/modules/layout/app-bar.jsx @@ -1,6 +1,5 @@ import React from 'react' import { AppBar, Logo, Button } from '@oacore/design' -import Link from 'next/link' import styles from './styles.module.css' @@ -12,13 +11,6 @@ const SearchAppBar = ({ children, className, ...restProps }) => ( {children}