Fix syntax error in EnhancedGeometry.js - add missing closing parenthesis for React.memo()

Co-authored-by: alexpolo1 <14327609+alexpolo1@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-25 11:07:29 +00:00
parent 3a28de0229
commit ea8c40a90a

View File

@@ -86,7 +86,7 @@ const Hint = React.memo(({ text, multiline = false }) => (
}}></span>
</span>
</span>
);
));
// CSS for hover effect
const style = document.createElement('style');