liberty-prettydiff
Version:
Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things.
24 lines (22 loc) • 438 B
Plain Text
import s from "./Dashboard.css";
render() {
return (
<h3>53<sup style={{
fontSize: 20
}}>%</sup>
</h3>
<p>Bounce Rate</p>
);
}
class MyComponent extends React.Component {
render() {
return (
<h1 style={{
margin: 0
}}>
Test
</h1>
);
}
}
export default withStyles(s)(Dashboard);