Skip to content

Instantly share code, notes, and snippets.

@jpgorman
Created September 20, 2018 11:30
Show Gist options
  • Save jpgorman/a333946306a88b9f6d5d12a906698a67 to your computer and use it in GitHub Desktop.
Save jpgorman/a333946306a88b9f6d5d12a906698a67 to your computer and use it in GitHub Desktop.
// my-module.js
import * as React from 'react'
export default {
view: () => <div>My Modules View</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment