Rename raw-results-table.tsx => RawTable.tsx
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import { AlertTable } from "./AlertTable";
|
import { AlertTable } from "./AlertTable";
|
||||||
import { Graph } from "./Graph";
|
import { Graph } from "./Graph";
|
||||||
import { RawTable } from "./raw-results-table";
|
import { RawTable } from "./RawTable";
|
||||||
import { ResultTableProps } from "./result-table-utils";
|
import { ResultTableProps } from "./result-table-utils";
|
||||||
|
|
||||||
export function ResultTable(props: ResultTableProps) {
|
export function ResultTable(props: ResultTableProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user