Skip to content

Instantly share code, notes, and snippets.

@SyedTayyabUlMazhar
Created September 23, 2024 09:42
Show Gist options
  • Save SyedTayyabUlMazhar/e14afcf8d1689a537e65c945a013bd27 to your computer and use it in GitHub Desktop.
Save SyedTayyabUlMazhar/e14afcf8d1689a537e65c945a013bd27 to your computer and use it in GitHub Desktop.
// mathUtils.js
export default function add(a, b) {
return a + b;
}
// anotherFile.js
import sum from './mathUtils';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment