import React from 'react'; import { Spinner } from 'soapbox/components/ui'; // Keep the markup in sync with // (make sure they have the same dimensions) const ModalLoading = () => (
); export default ModalLoading;