Skip to content

Commit

Permalink
Merge pull request #73 from tmr232/testgraph-fix
Browse files Browse the repository at this point in the history
Fix import in TestGraph.svelte
  • Loading branch information
tmr232 authored Jan 17, 2025
2 parents 32db7f9 + 9797da3 commit d560912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TestGraph.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<script lang="ts">
import { processRecord, type RenderOptions } from "./utils";
import { processRecord } from "./utils";
import { type TestFuncRecord } from "../test/commentTestUtils";
import * as LZString from "lz-string";
import type { RenderOptions } from "./renderer.ts";
let ast: string = "";
let dot: string = "";
Expand Down

0 comments on commit d560912

Please sign in to comment.