Skip to content

Commit ec17e83

Browse files
committed
chore: Fix circular dependency
1 parent 700d413 commit ec17e83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/utils/sort.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* @module
44
*/
55

6-
import { DeclarationReflection, ReflectionKind } from "../models";
6+
import { ReflectionKind } from "../models/reflections/abstract";
7+
import type { DeclarationReflection } from "../models/reflections/declaration";
78

89
export const SORT_STRATEGIES = [
910
"source-order",

0 commit comments

Comments
 (0)