fix: cytoscape errors in build

This commit is contained in:
Aditya
2024-05-14 09:50:07 +05:30
parent 8658ffecf9
commit 62b6918c08
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ import {
} from "@mui/icons-material";
import * as edgehandles from "cytoscape-edgehandles";
import * as cytoscape from "cytoscape";
import cytoscape from "cytoscape";
import { toast } from 'react-toastify';
cytoscape.use(edgehandles);