gabsocial --> soapbox paths

This commit is contained in:
Alex Gleason
2020-05-28 17:52:07 -05:00
parent 010638cd9b
commit d24dcb3e60
609 changed files with 470 additions and 470 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react';
import { FormattedMessage } from 'react-intl';
const LoadingIndicator = () => (
<div className='loading-indicator'>
<div className='loading-indicator__figure' />
<FormattedMessage id='loading_indicator.label' defaultMessage='Loading...' />
</div>
);
export default LoadingIndicator;