Skip to content

Commit

Permalink
Fix ivi-portal imports
Browse files Browse the repository at this point in the history
  • Loading branch information
localvoid committed Apr 25, 2019
1 parent 8478969 commit 6debc84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ivi-portal/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { Op, key, TrackByKey, Key, OpNode, component, useSelect, useUnmount } from "ivi";
import { SetContextState } from "packages/ivi/src/vdom/operations";
import { getContext } from "packages/ivi/src/vdom/context";
import { Op, key, TrackByKey, Key, SetContextState, OpNode, component, getContext, useSelect, useUnmount } from "ivi";

/**
* Portal.
Expand Down

0 comments on commit 6debc84

Please sign in to comment.