UNPKG

express-react-boilerplate

Version:
7 lines (4 loc) 154 B
import React from 'react'; import Loading from 'components/Loading'; export const withLoading = () => <Loading />; export default { title: 'Loading' };