Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed May 30, 2022
1 parent 7ca811b commit 45bf9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/sort.ts
Expand Up @@ -5,7 +5,7 @@

import { ReflectionKind } from "../models/reflections/kind";
import type { DeclarationReflection } from "../models/reflections/declaration";
import { LiteralType } from "../models";
import { LiteralType } from "../models/types";

export const SORT_STRATEGIES = [
"source-order",
Expand Down

0 comments on commit 45bf9da

Please sign in to comment.