Skip to content

Instantly share code, notes, and snippets.

@stemmlerjs
Created February 13, 2020 16:54
Show Gist options
  • Select an option

  • Save stemmlerjs/9e83f2b310672b4c3af00535a986abf0 to your computer and use it in GitHub Desktop.

Select an option

Save stemmlerjs/9e83f2b310672b4c3af00535a986abf0 to your computer and use it in GitHub Desktop.
import React from "react";
const App: React.FC = () => {
return (
<UploadFile />
);
};
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment