UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

7 lines (5 loc) 128 B
import Loadable from 'react-loadable'; export default Loadable({ loader: () => import('./index'), loading: () => null, });