Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Last active September 19, 2020 07:54
Show Gist options
  • Save vzaidman/7356169c14b58d2dbc9e4144f2431d1a to your computer and use it in GitHub Desktop.
Save vzaidman/7356169c14b58d2dbc9e4144f2431d1a to your computer and use it in GitHub Desktop.
export default function App(props) {
return React.createElement(
"div",
{className: "App"},
React.createElement(Header, null),
React.createElement(Main, {userName: props.userName})
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment