Skip to content

Commit 67b138f

Browse files
Rename graph.tsx => Graph.tsx
1 parent 0acd06f commit 67b138f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

extensions/ql-vscode/src/view/results/ResultTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from "react";
22
import { AlertTable } from "./AlertTable";
3-
import { Graph } from "./graph";
3+
import { Graph } from "./Graph";
44
import { RawTable } from "./raw-results-table";
55
import { ResultTableProps } from "./result-table-utils";
66

0 commit comments

Comments
 (0)