Spaces:
Sleeping
Sleeping
import { IconLoading } from '@/components/ui/Icons'; | |
export default function Loading() { | |
return ( | |
<div className="flex justify-center items-center size-full text-sm"> | |
<IconLoading /> | |
</div> | |
); | |
} | |