UNPKG

react-redux-express

Version:

React fullstack generator with express,redux, and some components.

17 lines (15 loc) 338 B
/** * Created by Zhengfeng Yao on 16/8/27. */ import React from 'react'; import cc from './home.less'; // import sc from './home.scss'; // import sl from './home.styl'; // console.log(sl.home); // console.log(sc.home); // console.log(cc.home); export default function Home() { return ( <div className={cc.home}>test</div> ); }