Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created February 20, 2020 05:27
Show Gist options
  • Save jsmanifest/33835be2a93ce8c3838be9d411708519 to your computer and use it in GitHub Desktop.
Save jsmanifest/33835be2a93ce8c3838be9d411708519 to your computer and use it in GitHub Desktop.
// <Some file that you will import from>.js
export { default as LOGOUT_PROMPT } from './LogoutPrompt'
export { default as CREATE_FRENCH_FRIES } from './CreateFrenchFries'
export { default as CREATE_MASHED_POTATOES } from './CreateMashedPotatoes'
export { default as DELETE_FRENCH_FRIES } from './DeleteFrenchFries'
export { default as DELETE_MASHED_POTATOES } from './DeleteMashedPotatoes'
export { default as EDIT_MASHED_POTATOES } from './EditMashedPotatoes'
export { default as UPDATE_PASSWORD } from './UpdatePassword'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment