Skip to content

Instantly share code, notes, and snippets.

@hyperh
Created December 5, 2016 03:10
Show Gist options
  • Select an option

  • Save hyperh/42f8221be2f5a887da5c144616e7bd80 to your computer and use it in GitHub Desktop.

Select an option

Save hyperh/42f8221be2f5a887da5c144616e7bd80 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import styles from './App.css'
export default class App extends Component {
render() {
return (
<div className={styles.wrapper}>
Hello world!
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment