0
1
llucycodes42
Library: react
react
Shortcut: rce
rce
0 Comments
import React, { Component } from 'react' export class ${1:filename} extends Component { render() { return ( <div>first</div> ) } } export default ${1:filename}