aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/graph/GraphPane.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-24 00:06:37 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-24 01:17:45 +0200
commit2e2ebbf75b12784ac664d864865f01729b3eb8c4 (patch)
tree6002405f0759015c57d161775c94b9e0df138872 /subprojects/frontend/src/graph/GraphPane.tsx
parentrefactor(web): move d3-zoom patch into repo (diff)
downloadrefinery-2e2ebbf75b12784ac664d864865f01729b3eb8c4.tar.gz
refinery-2e2ebbf75b12784ac664d864865f01729b3eb8c4.tar.zst
refinery-2e2ebbf75b12784ac664d864865f01729b3eb8c4.zip
refactor(web): clean up graphviz visualization
Diffstat (limited to 'subprojects/frontend/src/graph/GraphPane.tsx')
-rw-r--r--subprojects/frontend/src/graph/GraphPane.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/graph/GraphPane.tsx b/subprojects/frontend/src/graph/GraphPane.tsx
index f04b9931..c2ef8927 100644
--- a/subprojects/frontend/src/graph/GraphPane.tsx
+++ b/subprojects/frontend/src/graph/GraphPane.tsx
@@ -1,5 +1,5 @@
1/* 1/*
2 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/> 2 * SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
3 * 3 *
4 * SPDX-License-Identifier: EPL-2.0 4 * SPDX-License-Identifier: EPL-2.0
5 */ 5 */