From 1a53ce2a34d6a3fb6ffb1d7e205136b134afb52d Mon Sep 17 00:00:00 2001 From: Viktor Yakubiv Date: Wed, 28 Oct 2020 15:41:00 +0200 Subject: [PATCH] Remove Data providers from the navigation (#126) --- modules/layout/app-bar.jsx | 8 -------- 1 file changed, 8 deletions(-) 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}