import React from 'react'; import { Spinner } from 'soapbox/components/ui'; const ModalLoading = () => (
); export default ModalLoading;