import {Layout} from 'react-admin'; import {MyAppBar} from "./MyAppBar.tsx"; export const MyLayout = ({ children } ) => ( {children} );