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 lines
1.3 KiB
1 lines
1.3 KiB
{"ast":null,"code":"import React from 'react';\nimport './App.css'; // function App() {\n// return (\n// <div className=\"App\">\n// <h1>Hi, I'm a React App, I'm cute.</h1>\n// </div>\n// );\n// return React.createElement('div', null, 'h1', 'p','oie');\n// }\n\nclass App extends React.Component {\n render() {\n return React.createElement('div', null, 'h1', 'p', 'oie');\n }\n\n}\n\nexport default App;","map":{"version":3,"sources":["/home/f2256342/forge/udemy-react/02/src/App.js"],"names":["React","App","Component","render","createElement"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAO,WAAP,C,CAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAMC,GAAN,SAAkBD,KAAK,CAACE,SAAxB,CAAkC;AAChCC,EAAAA,MAAM,GAAG;AACP,WAAOH,KAAK,CAACI,aAAN,CAAoB,KAApB,EAA2B,IAA3B,EAAiC,IAAjC,EAAuC,GAAvC,EAA2C,KAA3C,CAAP;AACD;;AAH+B;;AAMlC,eAAeH,GAAf","sourcesContent":["import React from 'react';\nimport './App.css';\n\n// function App() {\n// return (\n// <div className=\"App\">\n// <h1>Hi, I'm a React App, I'm cute.</h1>\n// </div>\n// );\n// return React.createElement('div', null, 'h1', 'p','oie');\n// }\n\nclass App extends React.Component {\n render() {\n return React.createElement('div', null, 'h1', 'p','oie');\n }\n}\n\nexport default App;\n"]},"metadata":{},"sourceType":"module"} |