changed the structure a little bit - & add some margin to comment's list
This commit is contained in:
8
src/components/MyLayout.tsx
Normal file
8
src/components/MyLayout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import {Layout} from 'react-admin';
|
||||
import {MyAppBar} from "./MyAppBar.tsx";
|
||||
|
||||
export const MyLayout = ({ children } ) => (
|
||||
<Layout appBar={MyAppBar} >
|
||||
{children}
|
||||
</Layout>
|
||||
);
|
||||
Reference in New Issue
Block a user