Skip to content

Instantly share code, notes, and snippets.

@Kcin1993
Created November 20, 2017 08:01
Show Gist options
  • Save Kcin1993/f5d9fc2c7512151cf546113a6b42d430 to your computer and use it in GitHub Desktop.
Save Kcin1993/f5d9fc2c7512151cf546113a6b42d430 to your computer and use it in GitHub Desktop.
React-stateless-component.js
import React from 'react';
import './index.css';
const Component = () => (
<div>A simple component</div>
);
export default Component;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment