| | |
| | | import React, { useRef, useEffect, useState } from 'react'; |
| | | import * as THREE from 'three'; |
| | | import { useTranslate } from 'react-admin'; |
| | | import { |
| | | Box, |
| | |
| | | Button, |
| | | Divider, |
| | | Stack, |
| | | Card, |
| | | CardContent, |
| | | } from '@mui/material'; |
| | | import ShelfThree from './ShelfThree'; |
| | | import { getLocGroup } from '../../http'; |
| | | import { grey } from '@mui/material/colors'; |
| | | import { styled } from '@mui/system'; |
| | | |
| | | let shelfThree; |
| | | |
| | |
| | | } |
| | | return endThree; |
| | | }, [info]); |
| | | |
| | | useEffect(() => { |
| | | console.log(selectedLoc); |
| | | }, [selectedLoc]) |
| | | |
| | | return ( |
| | | <Box display="flex" height="100%"> |