UNPKG

@scientist-softserv/webstore-component-library

Version:

A React component library intended for use with WebStore applications

11 lines (8 loc) 269 B
/** * JSX is not standard js so it's recommended that an app's entry point be a .js file * https://stackoverflow.com/a/60234368/8079848 */ import './assets/theme/global.scss' import './assets/fontawesome.js' export * from './components' export * from './compounds'