import React from 'react' import NavItems from './NavItems' function MainNav() { return (
< NavItems />
) } export default MainNav