forked from CRM_Production/JTT_CrM
parent
8c29a1ecee
commit
3db1522c5a
@ -0,0 +1,13 @@
|
||||
import React, {Component} from 'react';
|
||||
import ReactLoading from 'react-loading';
|
||||
|
||||
const Chargement = () => {
|
||||
|
||||
return (
|
||||
<div className="chargement">
|
||||
<ReactLoading type="bars" color="#a9a9a9"/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Chargement;
|
@ -0,0 +1,6 @@
|
||||
.chargement {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
}
|
Loading…
Reference in new issue