🔬 Wiring up the image analysis UI with the endpoint

This commit is contained in:
2022-02-08 14:48:24 -08:00
parent 8fdd8d0226
commit 9ff048d541
13 changed files with 214 additions and 85 deletions

View File

@@ -19,7 +19,7 @@ const VolumeDetails = (props): ReactElement => {
default: 6,
1100: 4,
700: 3,
600: 2,
500: 2,
};
// sliding panel config
const [visible, setVisible] = useState(false);