Skip to content

Commit 08fddde

Browse files
Move result-keys.ts to /view/results
1 parent 8e58854 commit 08fddde

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extensions/ql-vscode/src/view/results/alert-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { basename } from "path";
22
import * as React from "react";
33
import * as Sarif from "sarif";
4-
import * as Keys from "../../pure/result-keys";
4+
import * as Keys from "./result-keys";
55
import { chevronDown, chevronRight, info, listUnordered } from "./octicons";
66
import {
77
className,
File renamed without changes.

0 commit comments

Comments
 (0)