Skip to content

Commit 45bf9da

Browse files
committed
Fix CI
1 parent 7ca811b commit 45bf9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/sort.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import { ReflectionKind } from "../models/reflections/kind";
77
import type { DeclarationReflection } from "../models/reflections/declaration";
8-
import { LiteralType } from "../models";
8+
import { LiteralType } from "../models/types";
99

1010
export const SORT_STRATEGIES = [
1111
"source-order",

0 commit comments

Comments
 (0)