import React from 'react'; import LoadingIndicator from '../../../components/loading_indicator'; // Keep the markup in sync with // (make sure they have the same dimensions) const ModalLoading = () => (
); export default ModalLoading;