# Build a physics-enabled cube drop

Modify `main.js` so that the app uses Rapier physics. Replace the cylinder from the starter template with a small cube that has a rigid body and falls under gravity. Add a static floor plane so the cube lands on it.

Only edit `main.js`. Do not touch `index.html` or the importmap.
