import { Link, Outlet } from 'react-router-dom' export function Layout() { return (
) }