changed the Appbar color #2
This commit is contained in:
7
src/MyLayout.tsx
Normal file
7
src/MyLayout.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import {Layout} from 'react-admin';
|
||||
import {MyAppBar} from "./MyAppBar";
|
||||
|
||||
export const MyLayout = ({ children } ) => (<Layout appBar={MyAppBar} >
|
||||
{children}
|
||||
</Layout>
|
||||
);
|
||||
Reference in New Issue
Block a user