You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
623 B
1 line
623 B
{"ast":null,"code":"import * as React from 'react';\nvar ServerContext = React.createContext(undefined);\nexport default ServerContext;","map":{"version":3,"sources":["ServerContext.tsx"],"names":["React","ServerContext","createContext","undefined"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAS9B,IAAMC,aAAa,GAAGD,KAAK,CAACE,aAAa,CACvCC,SAAS,CACV;AAED,eAAeF,aAAa","sourceRoot":"../../src","sourcesContent":["import * as React from 'react';\nconst ServerContext = /*#__PURE__*/React.createContext(undefined);\nexport default ServerContext;\n//# sourceMappingURL=ServerContext.js.map"]},"metadata":{},"sourceType":"module"} |