MingruiZhang's picture
KV template
c3e8f3d unverified
raw
history blame
205 Bytes
import { IconLoading } from '@/components/ui/Icons';
export default function Loading() {
return (
<div className="flex justify-center items-center size-full text-sm">
<IconLoading />
</div>
);
}