Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
35d7c60
1
Parent(s):
e1db427
\:hammer\: refactor(Custom.js): enhance edge rendering logic
Browse files
frontend/components/Edges/Custom.js
CHANGED
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2 |
import {BiX} from 'react-icons/bi'
|
3 |
import { getBezierPath, getEdgeCenter } from 'react-flow-renderer';
|
4 |
|
5 |
-
import '../../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 |
+
import '../../src/css/dist/output.css';
|
6 |
|
7 |
const foreignObjectSize = 40;
|
8 |
|