kopia lustrzana https://github.com/bugout-dev/moonstream
add layout page
rodzic
4185d5aa4a
commit
adf81fb41a
|
@ -0,0 +1,9 @@
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
|
const EntryPointLayout = (props) => {
|
||||||
|
return props.children;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const getLayout = (page) => <EntryPointLayout>{page}</EntryPointLayout>;
|
||||||
|
|
||||||
|
export default EntryPointLayout;
|
Ładowanie…
Reference in New Issue