Skip to content

Instantly share code, notes, and snippets.

@ArekJanik
Created August 13, 2019 06:49
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 ArekJanik/646d714c4d635aaae4fdda11cbf344c1 to your computer and use it in GitHub Desktop.
Save ArekJanik/646d714c4d635aaae4fdda11cbf344c1 to your computer and use it in GitHub Desktop.
import { ReactComponent as Logo } from './logo.svg';
const App = () => (
<div>
{/* Logo is an actual React component */}
<Logo />
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment