Rename raw-results-table.tsx => RawTable.tsx

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

View File

@@ -1,7 +1,7 @@
import * as React from "react";
import { AlertTable } from "./AlertTable";
import { Graph } from "./Graph";
import { RawTable } from "./raw-results-table";
import { RawTable } from "./RawTable";
import { ResultTableProps } from "./result-table-utils";
export function ResultTable(props: ResultTableProps) {