jeantimex / react-sublime-snippet

Save time in writing React codes
MIT License
103 stars 24 forks source link

Is there a snippet for Stateless Components? Thanks (so I don't have to use combination of Sublime packages) #4

Closed companyofwords closed 5 years ago

companyofwords commented 6 years ago

import React, { Component } from 'react';

class index = () => { render() { return (

    );
}

}

export default index;