Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
84420ec
1
Parent(s):
5649180
refactor: update Custom edge component for better performance :zap:
Browse files
frontend/components/Edges/Custom.js
CHANGED
@@ -2,7 +2,6 @@ import React from 'react';
|
|
2 |
import {BiX} from 'react-icons/bi'
|
3 |
import { getBezierPath, getEdgeCenter } from 'react-flow-renderer';
|
4 |
|
5 |
-
import '../../src/css/dist/output.css';
|
6 |
|
7 |
const foreignObjectSize = 40;
|
8 |
|
|
|
2 |
import {BiX} from 'react-icons/bi'
|
3 |
import { getBezierPath, getEdgeCenter } from 'react-flow-renderer';
|
4 |
|
|
|
5 |
|
6 |
const foreignObjectSize = 40;
|
7 |
|