first commit
This commit is contained in:
9
src/Layout.tsx
Normal file
9
src/Layout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { ReactNode } from "react";
|
||||
import { Layout as RALayout, CheckForApplicationUpdate } from "react-admin";
|
||||
|
||||
export const Layout = ({ children }: { children: ReactNode }) => (
|
||||
<RALayout>
|
||||
{children}
|
||||
<CheckForApplicationUpdate />
|
||||
</RALayout>
|
||||
);
|
||||
Reference in New Issue
Block a user