UNPKG

98 BJavaScriptView Raw
1import React from 'react';
2export default class Component {
3 render() {
4 return <div />;
5 }
6}
\No newline at end of file