feat: Refactor vehicle management and update storage unit load handling; remove unused vehicle component and enhance vehicle status types

This commit is contained in:
2025-04-22 17:24:30 +05:30
parent 83ee14e9c7
commit d161b70537
10 changed files with 380 additions and 282 deletions

View File

@@ -1,9 +1,10 @@
import React from 'react'
function VehicleAnimator() {
return (
<div>VehicleAnimator</div>
)
return (
<>
</>
)
}
export default VehicleAnimator