-
-
Save jsmanifest/33835be2a93ce8c3838be9d411708519 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <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