export default function Chair({ position = [0, 0, 0], rotation = [0, 0, 0] }) { return ( ); }