Skip to content

Instantly share code, notes, and snippets.

@sachinkmohan
Last active February 21, 2026 16:51
Show Gist options
  • Select an option

  • Save sachinkmohan/5ad87d68645e36bd208f4e1b33a6fc50 to your computer and use it in GitHub Desktop.

Select an option

Save sachinkmohan/5ad87d68645e36bd208f4e1b33a6fc50 to your computer and use it in GitHub Desktop.
Boilerplates Web

React

export const ComponentName = () => {
  return (
    <div>Dummy Text</div>
  )
}

// While importing 
import { ComponentName } from 'PATH'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment