Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
columbia-facts committed Apr 28, 2024
1 parent 63fbcf1 commit f83d367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edges/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Edge, EdgeTypes } from "reactflow";
import CustomEdge from "./CustomEdge";
import CustomEdgeStartEnd from "./CustomEdgeStartEnd";
import CustomEdge from "./CustomEdge.tsx";
import CustomEdgeStartEnd from "./CustomEdgeStartEnd.tsx";

export const edgeTypes: EdgeTypes = {
custom: CustomEdge,
Expand Down

0 comments on commit f83d367

Please sign in to comment.