import React from "react" import ReactJson from "react-json-view" const Layout = ({ children, showHookData, data }) => { return (
{children}

Raw

{showHookData && }
) } export default Layout