Rename alert-table.tsx => AlertTable.tsx

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

View File

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