Skip to content

Instantly share code, notes, and snippets.

@Shadid12
Created November 26, 2019 18:04
Show Gist options
  • Save Shadid12/27f6956cf00bd62d98b32e5ba8f2f650 to your computer and use it in GitHub Desktop.
Save Shadid12/27f6956cf00bd62d98b32e5ba8f2f650 to your computer and use it in GitHub Desktop.
function A() {
return(
<div>Type A Component</div>
)
}
function B() {
return(
<div>Type B Component</div>
)
}
function C() {
...
}
function D() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment