Rename alert-table-header.tsx => AlertTableHeader.tsx

This commit is contained in:
Robert
2023-08-15 16:31:55 +01:00
parent 57262446fb
commit 7c62176f59
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ import {
import { parseSarifLocation, isNoLocation } from "../../common/sarif-utils";
import { ScrollIntoViewHelper } from "./scroll-into-view-helper";
import { sendTelemetry } from "../common/telemetry";
import { AlertTableHeader } from "./alert-table-header";
import { AlertTableHeader } from "./AlertTableHeader";
import { SarifMessageWithLocations } from "./locations/SarifMessageWithLocations";
import { SarifLocation } from "./locations/SarifLocation";