// import _ from 'lodash';
function App() {
import _ from 'lodash';
console.log(123123)
console.log(lodash.round(123123, 2))
return (
<div className="slides">
1
</div>
);
}
const elApp = document.getElementById("app");
ReactDOM.render(<App />, elApp);
<!--
1. useReducer
2. offset
3. tilt
-->
<div id="app"></div>
html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-size: 3vmin;
}
body {
display: flex;
justify-content: center;
align-items: center;
}