Skip to content

Commit 97f236a

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 353c714 commit 97f236a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/models/service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ SPDX-License-Identifier: Apache-2.0
1717
Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919

20-
import {type Comparable, SortableComparables} from "../_helpers/sortable";
20+
import type{ Comparable } from "../_helpers/sortable";
21+
import { SortableComparables} from "../_helpers/sortable";
2122
import {BomRef} from "./bomRef";
2223
import {ExternalReferenceRepository} from "./externalReference";
2324
import {LicenseRepository} from "./license";

0 commit comments

Comments
 (0)