We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353c714 commit 97f236aCopy full SHA for 97f236a
src/models/service.ts
@@ -17,7 +17,8 @@ SPDX-License-Identifier: Apache-2.0
17
Copyright (c) OWASP Foundation. All Rights Reserved.
18
*/
19
20
-import {type Comparable, SortableComparables} from "../_helpers/sortable";
+import type{ Comparable } from "../_helpers/sortable";
21
+import { SortableComparables} from "../_helpers/sortable";
22
import {BomRef} from "./bomRef";
23
import {ExternalReferenceRepository} from "./externalReference";
24
import {LicenseRepository} from "./license";
0 commit comments