Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created August 17, 2020 00: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 marshallmurphy/db271a49b60e45bd7eabc71b23f9f568 to your computer and use it in GitHub Desktop.
Save marshallmurphy/db271a49b60e45bd7eabc71b23f9f568 to your computer and use it in GitHub Desktop.
// SplitThis.js
import React from "react";
const SplitThis = () => (
<h1>SplitThis</h1>
)
export default SplitThis;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment