From 9f53a3e943f2e20a9020072afd74c40e910371ed Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 27 May 2024 22:49:05 +0800 Subject: [PATCH] chore: tweak --- theme/src/node/config/resolveNotesOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/src/node/config/resolveNotesOptions.ts b/theme/src/node/config/resolveNotesOptions.ts index 0ba6f979..24ed0e22 100644 --- a/theme/src/node/config/resolveNotesOptions.ts +++ b/theme/src/node/config/resolveNotesOptions.ts @@ -1,4 +1,4 @@ -import type { NotesDataOptions, NotesSidebar } from '@vuepress-plume/plugin-notes-data' +import type { NotesDataOptions } from '@vuepress-plume/plugin-notes-data' import { entries } from '@vuepress/helper' import { uniq } from '@pengzhanbo/utils' import type { PlumeThemeLocaleOptions } from '../..//shared/index.js'