UNPKG

redub-cli

Version:

a command line interface for redub (a react redux boilerplate)

19 lines (11 loc) 298 B
import React from 'react'; // TODO: import your components and containers // you want to use in this view require('../../../scss/style.scss'); // TODO: add your imported components and containers const index = () => ( <div> <h1>Welcome to Redub</h1> </div> ); export default index;