Skip to content

Instantly share code, notes, and snippets.

@ericdcobb
Last active February 12, 2020 23:10
Show Gist options
  • Save ericdcobb/c898309ea4489405cc280473aa1c762a to your computer and use it in GitHub Desktop.
Save ericdcobb/c898309ea4489405cc280473aa1c762a to your computer and use it in GitHub Desktop.
import React from "react";
import "./styles.css";
import MyComponent from "./MyComponent";
export default function App() {
return (
<div className="App">
<MyComponent />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment