Skip to content
Snippets Groups Projects

Navigation bar

Closed Danjela Shehi requested to merge NavigationBar into master
3 unresolved threads
Files
2
import React from 'react'
import 'jest-styled-components'
import { Action } from '@pubsweet/ui'
import styled from 'styled-components'
import { NavigationBar } from '../ui'
import { create, render } from './_helpers'
const menuLink = [{ to: '/', title: 'Item1 ' }, { to: '/', title: 'Item2 ' }]