UNPKG

404 BJavaScriptView Raw
1'use strict';
2
3const {
4 render,
5 Header,
6 importComponent,
7 Miss,
8 Status,
9 ServerDataContext,
10 withServerData,
11 ConfigContext,
12 withConfig,
13} = require('hops-react');
14
15const { Mixin, strategies } = require('hops-mixin');
16
17module.exports = {
18 Header,
19 importComponent,
20 Miss,
21 Status,
22 render,
23 ServerDataContext,
24 withServerData,
25 ConfigContext,
26 withConfig,
27 Mixin,
28 strategies,
29};