Files
portal_v3/admin/playground/link/graph/drawflow/drawflow-element.html
equippedcoding-master e2c98790b2 initial commit
2025-09-17 09:37:06 -05:00

10 lines
208 B
HTML

<!doctype html>
<html>
<head>
<script type="module" src="drawflow-element.js"></script>
<title>Drawflow Element</title>
</head>
<body>
<drawflow-element></drawflow-element>
</body>
</html>