Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Export GetDataError
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Sep 13, 2018
1 parent 871182e commit 1fde80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Get, { GetProps } from "./Get";
import Get, { GetDataError, GetProps } from "./Get";

export { default as RestfulProvider } from "./Context";
export { default as Poll, PollProps } from "./Poll";
export { default as Mutate, MutateProps } from "./Mutate";

export { Get, GetProps };
export { Get, GetDataError, GetProps };

export default Get;

0 comments on commit 1fde80b

Please sign in to comment.