Skip to content

Commit

Permalink
fix(Vis View): 🐛 Tidy Tree: Importing non-existient function
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Sep 5, 2021
1 parent 99e5b5a commit 628afc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Visualisations/TidyTree.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 628afc4

Please sign in to comment.