UNPKG

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