From 628afc4fec9b4b144ccf396c83a944c3987a7b48 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 5 Sep 2021 08:41:43 +0200 Subject: [PATCH] fix(Vis View): :bug: Tidy Tree: Importing non-existient function --- src/Visualisations/TidyTree.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,