Skip to content

Instantly share code, notes, and snippets.

@linmic
Created September 21, 2015 06:52
Show Gist options
  • Save linmic/5272ce53937470489972 to your computer and use it in GitHub Desktop.
Save linmic/5272ce53937470489972 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import styles from './theme-light.css';
import withStyles from '../../../decorators/with-styles';
@withStyles(styles)
class ThemeLight extends Component {
render() {
return null;
}
}
export default ThemeLight;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment