mirror of
https://github.com/wassname/talk.git
synced 2026-08-07 11:29:44 +08:00
TSLint imports ordered
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import * as React from "react";
|
||||
import React, { StatelessComponent } from "react";
|
||||
import { ReadyState } from "react-relay";
|
||||
|
||||
import {
|
||||
graphql,
|
||||
QueryRenderer,
|
||||
@@ -11,10 +10,8 @@ import {
|
||||
StreamQueryVariables,
|
||||
} from "talk-stream/__generated__/StreamQuery.graphql";
|
||||
import { StreamQueryLocal as Local } from "talk-stream/__generated__/StreamQueryLocal.graphql";
|
||||
|
||||
import StreamContainer from "../containers/StreamContainer";
|
||||
import { StatelessComponent } from "enzyme";
|
||||
import { Spinner } from "talk-ui/components";
|
||||
import StreamContainer from "../containers/StreamContainer";
|
||||
|
||||
interface InnerProps {
|
||||
local: Local;
|
||||
|
||||
Reference in New Issue
Block a user