UNPKG

contiago-toolbar

Version:

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

10 lines (8 loc) 191 B
/** * Asynchronously loads the component for NotFoundPage */ import Loadable from 'react-loadable'; export default Loadable({ loader: () => import('./index'), loading: () => null, });