🔬 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

@@ -18,7 +18,7 @@ export const Cover = forwardRef(
...style,
};
return <div ref={ref} style={inlineStyles} {...props} />;
return <div ref={ref} style={inlineStyles} {...props}></div>;
},
);