Forking glitch theme
This commit is contained in:
11
app/javascript/themes/glitch/components/loading_indicator.js
Normal file
11
app/javascript/themes/glitch/components/loading_indicator.js
Normal 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;
|
||||
Reference in New Issue
Block a user