import { Outlet } from 'react-router-dom'; export const LayoutCentered = () => { return (
); };