From 8ff5aa5120a2557f467bd3da77243acb0a540480 Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Wed, 23 Oct 2024 09:47:08 -0500 Subject: [PATCH] Fix yarn typecheck issue. --- uvu-tests/config-docs.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/uvu-tests/config-docs.test.ts b/uvu-tests/config-docs.test.ts index e913f06f6e..2d301b093c 100644 --- a/uvu-tests/config-docs.test.ts +++ b/uvu-tests/config-docs.test.ts @@ -11,7 +11,6 @@ import { generateNavPaths } from "../server/pages-helpers"; import { randomUUID } from "crypto"; import { join } from "path"; import { Volume, createFsFromVolume } from "memfs"; -import type { Redirect } from "next/dist/lib/load-custom-routes"; const Suite = suite("server/config-docs");