export const ComponentName = () => {
return (
<div>Dummy Text</div>
)
}
// While importing
import { ComponentName } from 'PATH'
Last active
February 21, 2026 16:51
-
-
Save sachinkmohan/5ad87d68645e36bd208f4e1b33a6fc50 to your computer and use it in GitHub Desktop.
Boilerplates Web
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment