import { Outlet } from 'react-router-dom'; export default function MainLayout() { return (
{/* Cabecera */}
DoC

Deck of Cards

{/* Contenido principal */}
); }