Update relay-runtime types

This commit is contained in:
Chi Vinh Le
2018-08-30 15:41:08 +02:00
parent 0497718764
commit 7ab70b8484
11 changed files with 32 additions and 42 deletions
+1 -1
View File
@@ -2,9 +2,9 @@ import * as React from "react";
import { StatelessComponent } from "react";
import { Flex } from "talk-ui/components";
import PermalinkViewQuery from "../queries/PermalinkViewQuery";
import StreamQuery from "../queries/StreamQuery";
import * as styles from "./App.css";
export interface AppProps {
@@ -1,5 +1,6 @@
import { Localized } from "fluent-react/compat";
import React from "react";
import { oncePerFrame } from "talk-common/utils";
import {
Button,