feat: deployment

This commit is contained in:
Nevo David 2024-05-14 18:38:05 +07:00
parent 0d925feb05
commit a93af6d9f2
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ import ReactLoading from 'react-loading';
export const LoadingComponent = () => {
return <div className="flex-1 flex justify-center pt-[100px]"><ReactLoading type="spin" color="#fff" width={100} height={100} /></div>;
};