Move result-keys.ts to /view/results

This commit is contained in:
Robert
2023-06-21 11:43:28 +01:00
parent 8e58854302
commit 08fdddeefc
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import { basename } from "path"; import { basename } from "path";
import * as React from "react"; import * as React from "react";
import * as Sarif from "sarif"; import * as Sarif from "sarif";
import * as Keys from "../../pure/result-keys"; import * as Keys from "./result-keys";
import { chevronDown, chevronRight, info, listUnordered } from "./octicons"; import { chevronDown, chevronRight, info, listUnordered } from "./octicons";
import { import {
className, className,