Skip to content

Instantly share code, notes, and snippets.

@rodoabad
Created February 1, 2019 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodoabad/28845ad2552c9c6cc43f4ebdeb6ef9e6 to your computer and use it in GitHub Desktop.
Save rodoabad/28845ad2552c9c6cc43f4ebdeb6ef9e6 to your computer and use it in GitHub Desktop.
import * as React from 'react';
import {myComponent} from './MyComponent.scss';
export const MyComponent = () => (
<section className={myComponent}>
Hello world.
</section>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment