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

Commit

Permalink
Patch: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar committed Jul 2, 2018
1 parent 4f3a40d commit 1768082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Poll.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { RestfulReactConsumer, RestfulReactProviderProps } from "./Context";
import { RestfulProvider, Meta as GetComponentMeta, GetComponentProps } from ".";
import { GetComponentState } from "../dist";
import { GetComponentState } from ".";

/**
* Meta information returned from the poll.
Expand Down

0 comments on commit 1768082

Please sign in to comment.