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 c6c3dbc commit 885b0cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 136 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Flow starter (Vite + TS)</title>
<title>Columbia Facts</title>
</head>
<body>
<div id="root"></div>
Expand Down
54 changes: 0 additions & 54 deletions src/edges/customEdge.tsx

This file was deleted.

79 changes: 0 additions & 79 deletions src/edges/customEdgeStartEnd.tsx

This file was deleted.

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";
import CustomEdgeStartEnd from "../CustomEdgeStartEnd";

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

0 comments on commit 885b0cb

Please sign in to comment.