Skip to content
Snippets Groups Projects
Commit 2d9d095d authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Removed unused imports

parent eee48477
No related branches found
No related tags found
No related merge requests found
Pipeline #57104 passed
......@@ -15,7 +15,6 @@ import { Graph, Coordinate3D } from "../common/graph/graph";
import { Node } from "../common/graph/node";
import { Link } from "../common/graph/link";
import { colorToRGB } from "../common/helpers";
import { ColorData } from "../common/graph/nodetype";
export interface VisualGraphNode extends Node {
__threeObj: THREE.Group;
......
......@@ -4,7 +4,6 @@ import { NodeType } from "../../common/graph/nodetype";
import "./nodedetails.css";
import { NodeDataChangeRequest } from "../editor";
import ReferencesEditor from "./referenceseditor";
import DateVisibilityInput from "./datevisibilityinput";
type NodeDetailsProps = {
selectedNodes: Node[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment