Rename graph.tsx => Graph.tsx

This commit is contained in:
Robert
2023-08-16 10:37:37 +01:00
parent 0acd06f773
commit 67b138f0c2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import * as React from "react";
import { AlertTable } from "./AlertTable";
import { Graph } from "./graph";
import { Graph } from "./Graph";
import { RawTable } from "./raw-results-table";
import { ResultTableProps } from "./result-table-utils";