{
  "version": 3,
  "sources": ["../../src/guide/page.tsx"],
  "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { useEffect } from '@wordpress/element';\nimport deprecated from '@wordpress/deprecated';\n\n/**\n * Internal dependencies\n */\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default function GuidePage(props) {\n  useEffect(() => {\n    deprecated('<GuidePage>', {\n      since: '5.5',\n      alternative: 'the `pages` prop in <Guide>'\n    });\n  }, []);\n  return /*#__PURE__*/_jsx(\"div\", {\n    ...props\n  });\n}"],
  "mappings": ";AAGA,SAAS,iBAAiB;AAC1B,OAAO,gBAAgB;AAKvB,SAAS,OAAO,YAAY;AACb,SAAR,UAA2B,OAAO;AACvC,YAAU,MAAM;AACd,eAAW,eAAe;AAAA,MACxB,OAAO;AAAA,MACP,aAAa;AAAA,IACf,CAAC;AAAA,EACH,GAAG,CAAC,CAAC;AACL,SAAoB,qBAAK,OAAO;AAAA,IAC9B,GAAG;AAAA,EACL,CAAC;AACH;",
  "names": []
}
