#
luxiaotao1123
2024-02-29 61a6bda36494ebd99740b3a086a1255d8ca21fd8
1
2
3
4
5
6
7
8
import React from 'react'
import { useAppContext } from '@antv/xflow'
import './edge2.css'
 
const Edge2 = props => {
    return <div className="edge2-container">React2</div>
}
export default Edge2