Created
May 18, 2018 23:41
-
-
Save kfarst/0c406bd7f436be7773b746d91ad2d602 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import type { TodoListQueryType } from './__generated__/TodoListQueryType'; | |
class TodoList extends React.Component { | |
constructor(props: TodoListQueryType) { | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment