diff --git a/src/Visualisations/TidyTree.ts b/src/Visualisations/TidyTree.ts index a5e7bb0e..f7cd6e0e 100644 --- a/src/Visualisations/TidyTree.ts +++ b/src/Visualisations/TidyTree.ts @@ -1,10 +1,8 @@ import * as d3 from "d3"; import type { Graph } from "graphlib"; import type { App, TFile } from "obsidian"; -import type { d3Node } from "src/interfaces"; import { openOrSwitch } from "src/sharedFunctions"; -import { dfsFlatAdjList, dfsFlatAdjList2, VisModal } from "src/VisModal"; -import { dataset_dev } from "svelte/internal"; +import { dfsFlatAdjList, VisModal } from "src/VisModal"; export const tidyTree = ( graph: Graph,