From 72e09a31e6ef1172102c7aa236c21682b0c29669 Mon Sep 17 00:00:00 2001 From: maomao <1714487678@qq.com> Date: Fri, 26 Jan 2024 18:17:23 +0800 Subject: [PATCH] =?UTF-8?q?types:=20=E4=BF=AE=E5=A4=8D=20ts=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nav/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nav/data.ts b/docs/nav/data.ts index ab1dff70..5928b344 100644 --- a/docs/nav/data.ts +++ b/docs/nav/data.ts @@ -1,4 +1,4 @@ -import type { NavLink } from './components/type' +import type { NavLink } from '../.vitepress/theme/types' type NavData = { title: string