const shelfData = [ { no: '1-1-1', position: [0, 0, 0], rotationY: Math.PI / 2, }, { no: '2-1-1', position: [100, 0, 0], rotationY: Math.PI / 2, } ]; export default shelfData;