Shivam311's picture
feat: CodeAtlas Enterprise - IBM Bob Engineering Intelligence Platform
3a7842d
Raw
History Blame Contribute Delete
221 Bytes
import LoadingOrb from '../shared/LoadingOrb';
export default function ScanAnimation({ steps, currentStep }) {
return <LoadingOrb steps={steps} currentStep={currentStep} title="Building Engineering Intelligence" />;
}