Skip to content

Instantly share code, notes, and snippets.

@richarddprasad
Created March 26, 2020 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richarddprasad/74c7788f8e20655eeb0e50ff8b121fc4 to your computer and use it in GitHub Desktop.
Save richarddprasad/74c7788f8e20655eeb0e50ff8b121fc4 to your computer and use it in GitHub Desktop.
import * as React from 'react';
type Coordinates = {
x: number;
y: number;
};
function App() {...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment