Skip to content

Commit 0acd06f

Browse files
Rename alert-table.tsx => AlertTable.tsx
1 parent acb9669 commit 0acd06f

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,5 +1,5 @@
11
import * as React from "react";
2-
import { AlertTable } from "./alert-table";
2+
import { AlertTable } from "./AlertTable";
33
import { Graph } from "./graph";
44
import { RawTable } from "./raw-results-table";
55
import { ResultTableProps } from "./result-table-utils";

0 commit comments

Comments
 (0)