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 7ca811b commit 45bf9daCopy full SHA for 45bf9da
src/lib/utils/sort.ts
@@ -5,7 +5,7 @@
5
6
import { ReflectionKind } from "../models/reflections/kind";
7
import type { DeclarationReflection } from "../models/reflections/declaration";
8
-import { LiteralType } from "../models";
+import { LiteralType } from "../models/types";
9
10
export const SORT_STRATEGIES = [
11
"source-order",
0 commit comments