{"version":3,"sources":["App.js","index.js"],"names":["steps","App","className","wrapper","loop","ReactDOM","render","document","getElementById"],"mappings":"6OAIMA,G,MAAQ,CACZ,qBAAY,IACZ,eAAgB,IAChB,mBAAoB,IACpB,oCAAqC,IACrC,4BAA6B,MAWhBC,MARf,WACE,OACE,yBAAKC,UAAU,OAChB,kBAAC,IAAD,CAASC,QAAQ,OAAOH,MAAOA,EAAOI,KAAM,EAAGF,UAAW,WCV7DG,IAASC,OAAO,kBAAC,EAAD,MAASC,SAASC,eAAe,W","file":"static/js/main.939aa173.chunk.js","sourcesContent":["import React from 'react';\nimport Typical from 'react-typical'\nimport './App.css';\n\nconst steps = [\n 'hello 👋', 1000,\n 'how are you?', 1000,\n 'nice to meet you', 1000,\n 'you can email me mario@0day.works', 2000,\n 'PGP pub @ one.0day.works ', 1000,\n];\n\nfunction App() {\n return (\n
\n\t \n
\n );\n}\n\nexport default App;\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport './index.css';\nimport App from './App';\n\nReactDOM.render(, document.getElementById('root'));\n"],"sourceRoot":""}