From 45bf9dac200a4d9e8eff44e8b8aa03511ff6a343 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Mon, 30 May 2022 10:53:16 -0600 Subject: [PATCH] Fix CI --- src/lib/utils/sort.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/sort.ts b/src/lib/utils/sort.ts index d06afe635..d012a137f 100644 --- a/src/lib/utils/sort.ts +++ b/src/lib/utils/sort.ts @@ -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",