import React from 'react' import { InertiaLink } from '@inertiajs/inertia-react' const navItems = () =>
{/* Home */} Games Players
; const TopNav = () => { return ( ); }; export default TopNav;