Skip to content

Instantly share code, notes, and snippets.

@night-fury-rider
Created January 14, 2024 08:56
Show Gist options
  • Save night-fury-rider/7f9ecdc6708113a8a5bb2d9a5ddf1449 to your computer and use it in GitHub Desktop.
Save night-fury-rider/7f9ecdc6708113a8a5bb2d9a5ddf1449 to your computer and use it in GitHub Desktop.
React - Export All
const getTotal = ()=>{}
const saveData = ()=>{}
export {
getTotal,
saveData
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment