Skip to content

Commit

Permalink
chore: Fix circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 3, 2021
1 parent 700d413 commit ec17e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/utils/sort.ts
Expand Up @@ -3,7 +3,8 @@
* @module
*/

import { DeclarationReflection, ReflectionKind } from "../models";
import { ReflectionKind } from "../models/reflections/abstract";
import type { DeclarationReflection } from "../models/reflections/declaration";

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

0 comments on commit ec17e83

Please sign in to comment.