many new
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
// @ts-ignore
|
||||
import Loader from 'react-loader-spinner'
|
||||
|
||||
const Loading: React.FC = () => (
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<Loader color='#aaa' type='Rings' style={{ height: '100%' }} />
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Loading;
|
||||
Reference in New Issue
Block a user