UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

19 lines (14 loc) 473 B
import React from 'react' // TODO: this is a bit hacky... // see https://github.com/developit/microbundle/issues/376 global.h = React.createElement.bind(React) export * from './components' export * from './lib/antd' export * from './lib/api' export * from './lib/bootstrap' export * from './lib/checkout' export * from './lib/debug' export * from './lib/theme' export * from './store/AuthManager' export * from './store/LocalStore' export * from './store/ThemeManager'