Skip to content

Instantly share code, notes, and snippets.

@tomdale
Created November 17, 2017 00:20
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 tomdale/0324bbc599390480bda8433ee255a0f3 to your computer and use it in GitHub Desktop.
Save tomdale/0324bbc599390480bda8433ee255a0f3 to your computer and use it in GitHub Desktop.
import UserProfile from './src/ui/components/UserProfile/component';
/* ...other component imports */
export let table = [
/* Component1 */,
/* Component2 */,
/* ... */,
/* Component41 */,
UserProfile,
/* Component43 */,
/* ... */
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment