Skip to content

Commit 663b060

Browse files
committed
remove unused imports
1 parent e320bb2 commit 663b060

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/react-async/src/Async.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import React, { ComponentClass } from "react"
1+
import React from "react"
22

33
import globalScope from "./globalScope"
44
import { IfInitial, IfPending, IfFulfilled, IfRejected, IfSettled } from "./helpers"
5-
// @ts-ignore
65
import propTypes from "./propTypes"
76
import { actionTypes, init, dispatchMiddleware, reducer as asyncReducer } from "./reducer"
87
import {

packages/react-async/src/reducer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { getInitialStatus, getIdleStatus, getStatusProps, statusTypes } from "./status"
22
import {
33
PromiseFn,
4-
AsyncState,
54
AsyncAction,
65
AsyncPending,
76
AsyncFulfilled,

0 commit comments

Comments
 (0)