Remove unused spin animation

cgen-d6502c6a34444bd99f34cfd847410585
This commit is contained in:
Builder.io 2025-11-09 07:28:20 +00:00
parent 0e1c98406a
commit edadb76aaa

View file

@ -167,16 +167,6 @@ export default function ArmSwitcher() {
/>
</div>
<style>{`
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
`}</style>
</>
);
}