Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created October 7, 2022 13:19
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 callstack-bot/bb1004a508e5d8ec8f671c27e15a66fe to your computer and use it in GitHub Desktop.
Save callstack-bot/bb1004a508e5d8ec8f671c27e15a66fe to your computer and use it in GitHub Desktop.
export const add = (a: number, b: number) => {
return a + b;
}
export { default as TestComponent } from './TestComponent.tsx'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment