Skip to content

Commit

Permalink
feat(hops): re-export config & server-data hooks from hops-react
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge authored and actions-user committed Nov 11, 2019
1 parent 3431e34 commit 93dd68a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/hops/lib/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ const {
Status,
ServerDataContext,
withServerData,
useServerData,
ConfigContext,
withConfig,
useConfig,
} = require('hops-react');

const { Mixin, strategies } = require('hops-mixin');
Expand All @@ -22,8 +24,10 @@ module.exports = {
render,
ServerDataContext,
withServerData,
useServerData,
ConfigContext,
withConfig,
useConfig,
Mixin,
strategies,
};

0 comments on commit 93dd68a

Please sign in to comment.