SIGN IN SIGN UP

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App

0 0 21 JavaScript
2016-04-18 12:44:52 +09:00
import CSSModules from 'react-css-modules'
export default function(component, styles) {
return CSSModules(component, styles, { handleNotFoundStyleName: 'log' })
2016-04-18 12:44:52 +09:00
}