UNPKG

72 BJSXView Raw
1export default class Component {
2 render() {
3 return <div />;
4 }
5}
6
\No newline at end of file