import { Nav, Navbar } from 'react-bootstrap' import styles from './header.module.css' import Link from 'next/link' export default function RecentHeader ({ itemType }) { return ( ) }