Almost finish implementing client side
This commit is contained in:
5
Client/app/components/Loading.tsx
Normal file
5
Client/app/components/Loading.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function Loading() {
|
||||
return <div className="flex justify-center items-center h-64">
|
||||
<div className="loader ease-linear rounded-full border-8 border-t-8 border-gray-200 h-16 w-16"></div>
|
||||
</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user