Skip to content

Instantly share code, notes, and snippets.

@skflowne
Last active August 14, 2020 05:40
Show Gist options
  • Save skflowne/f758e59b6ebed646bfc4105814fc9072 to your computer and use it in GitHub Desktop.
Save skflowne/f758e59b6ebed646bfc4105814fc9072 to your computer and use it in GitHub Desktop.
import React from "react"
import DeckGLMap from "./components/map/DeckGLMap"
const App = () => {
return <DeckGLMap />
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment